Skip to content

Instantly share code, notes, and snippets.

@mtianyan
Created December 26, 2018 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtianyan/38174075a2484852262cf0861c015ce8 to your computer and use it in GitHub Desktop.
Save mtianyan/38174075a2484852262cf0861c015ce8 to your computer and use it in GitHub Desktop.
[windows] cmd->proxy
set http_proxy=socks5://127.0.0.1:1080
set https_proxy=socks5://127.0.0.1:1080
set ftp_proxy=socks5://127.0.0.1:1080
curl ifconfig.me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment