日期:2021.12.23 作者:haiwaiip
sudo apt-get install proxychains
也可以下载源代码来安装
git clone https://github.com/rofl0r/proxychains-ng.gitcd proxychains-ng./configuremake && make installcp ./src/proxychains.conf /etc/proxychians.confcd .. && rm -rf proxychains-ng
vim /etc/proxychains.conf
socks5 127.0.0.1 1080 //1080改为你自己的端口
在需要代理的命令前加上 proxychains4 ,如:
proxychains4 wget http://xxx.com/xxx.zip