Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #--------------------------------------------------------------------
- # signal-desktop does not have a way to enter proxy info in the GUI
- # but you can change environment variables and make it work.
- # PdaNet and other Android proxies are HTTP proxies.
- # This should work in most cases.
- # ~Phillip J Rhoades (HowToPhil)
- #--------------------------------------------------------------------
- export HTTP_PROXY=http://[Your-Proxy-Address]:[Your-Proxy-Port]
- export HTTPS_PROXY=$HTTP_PROXY
- signal-desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement