乐趣区

关于windows:开发杂谈记录-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
退出移动版