PAC自动代理
C#
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet SettingsAutoConfigURL设置pac文件地址,例如 http://127.0.0.1/pac.pac
环境变量代理
C#
http代理setx http_proxy "http://127.0.0.1" -msetx https_proxy "http://127.0.0.1" -msocks5代理setx http_proxy "socks5h://127.0.0.1:1080" -msetx https_proxy "socks5h://127.0.0.1:1080" -m取消代理setx http_proxy "" -msetx https_proxy "" -m代理验证setx http_proxy_user "username" -msetx http_proxy_pass "password" -msetx https_proxy_user "username" -msetx https_proxy_pass "password" -m

支付宝微信扫一扫,打赏作者吧~
