[开发杂谈记录] Windows CMD使用socket代理

Windows CMD使用socket代理
Tunnel all your internet traffic through a socks proxy:

netsh winhttp set proxy proxy-server="socks=localhost:9090" bypass-list="localhost"

View the current proxy settings:
netsh winhttp show proxy

【[开发杂谈记录] Windows CMD使用socket代理】Clear all proxy settings:
netsh winhttp reset proxy

    推荐阅读