123456
git clone https://github.com/rofl0r/proxychains-ng.gitcd proxychains-ng./configuremake && make installcp ./src/proxychains.conf /etc/proxychains.confcd .. && rm -rf proxychains-ng
1234
sudo vim /etc/proxychains.conf# 将socks4 127.0.0.1 9095改为socks5 127.0.0.1 1080 //1080改为你自己的端口
在需要代理的命令前加 proxychains12proxychains4 repo sync -j8proxychains4 wget http://xxx.com/xxx.zip
12
proxychains4 repo sync -j8proxychains4 wget http://xxx.com/xxx.zip
Ray
关于计算机科学的学习经历与精彩文章分享。