mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +01:00
bash/usr-local-bin/element: for Torifying Element
This commit is contained in:
parent
3d3922f80e
commit
a3db9a9751
10
bash/usr-local-bin/element
Executable file
10
bash/usr-local-bin/element
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Torifying Element
|
||||
|
||||
set -x
|
||||
# proxy authentication is not supported
|
||||
# https://github.com/vector-im/element-web/issues/3320
|
||||
/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
|
||||
#flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 $@
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user