关于windows:开发杂谈记录-Windows-CMD使用socket代理

4次阅读

共计 238 个字符,预计需要花费 1 分钟才能阅读完成。

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
正文完
 0