[开发杂谈记录] 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

Clear all proxy settings:

netsh winhttp reset proxy

你可能感兴趣的:(windows)