export https_proxy=socks5h://localhost:1080
curl https://www.google.com
(可以看到终端里面有反应,说明替
终端设置socks5代理服务器成功)
可见如果想
替
终端设置代理服务器,不一定要设置http
代理服务器.这样就不需要把socks代理转化为
http代理了。
以前替终端
设置http
代理服务器的方法:
export http_proxy=http://localhost:8118
export https_proxy=http://localhost:8118
参考自https://github.com/tokio-rs/tokio-socks5
No comments:
Post a Comment