Total Pageviews

Tuesday 29 May 2018

替终端设置socks5代理服务器的方法

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