参考: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也是无效的