欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

windows系统开proxy方式

程序员文章站 2022-04-26 18:44:44
...
netsh advfirewall firewall add rule name="SSL-VPN Proxy" dir=in action=allow protocol=TCP localport=84
netsh advfirewall firewall show rule name="SSL-VPN Proxy"
netsh interface portproxy add v4tov4 listen=84 connectaddress=xxx.xxx.xxx.xxx connectport=xxx
netsh interface portproxy show v4tov4
相关标签: proxy