Skip to content

Instantly share code, notes, and snippets.

@gotnix
Created January 11, 2019 02:40
Show Gist options
  • Save gotnix/92288a1b7f9cfbb2e58362dd63c3b5e2 to your computer and use it in GitHub Desktop.
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.
# 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