# 我现在运行 shadowsocks 客户端
sslocal -c client.json
# 之后可以使用 socks5 代理来翻墙
curl --socks5 127.0.0.1:1080 http://httpbin.org/ip
{
"origin": "xx.xx.xx.xx"
}
# 但是现在怎样实现全局代理,比如我用 wget,curl 等命令的时候,
# 不需要设置任何参数就能正常访问,求教
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
参考Linux Shadowsocks 全局代理