Created
January 11, 2019 02:40
-
-
Save gotnix/92288a1b7f9cfbb2e58362dd63c3b5e2 to your computer and use it in GitHub Desktop.
https://signal.org/ ,I had written a PowerShell script for Signal to use proxy server, hope useful for you.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set-executionpolicy remotesigned | |
$env:HTTPS_PROXY="socks5://127.0.0.1:9090" | |
$env:HTTP_PROXY="socks5://127.0.0.1:9090" | |
Start-Process -FilePath "$env:LOCALAPPDATA\Programs\signal-desktop\Signal.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment