Windows终端命令行下使用SSR代理
参考:https://github.com/shadowsocks/shadowsocks-windows/issues/1489
SSR设置
SSR客户端右键 -> 选项设置 -> 本地代理(勾选允许来自局域网的连接)
CMD终端添加代理
set http_proxy=127.0.0.1:1080
set https_proxy=127.0.0.1:1080
set http_proxy=user:password@127.0.0.1:port
set https_proxy=user:password@127.0.0.1:port
注:ping是ICMP协议,不是TCP/UDP协议,ping不走也无法走代理。即使代理设置成功,ping也是无效的
版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/03/04/using-ssr-proxy-on-windows-terminal-command-line/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
打赏
海报
Windows终端命令行下使用SSR代理
参考:https://github.com/shadowsocks/shadowsocks-windows/issues/1489
SSR设置
SSR客户端右键 -> 选项设置 -> 本地代理(勾选允许来自局域网的连接)……
文章目录
关闭
共有 0 条评论