proxychains

proxychains的安装

git clone https://github.com/rofl0r/proxychains-ng.git  
cd proxychains-ng
./configure
make && make install
cp ./src/proxychains.conf /etc/proxychians.conf
cd .. && rm -rf proxychains-ng


编辑proxychains配置

vim /etc/proxychains.conf
将socks4 127.0.0.1 9095改为
socks5 127.0.0.1 1080 //1080改为你自己的端口
使用方法

在需要代理的命令前加上 proxychains4 ,如:
proxychains4 wget www.google.com
————————————————
版权声明:本文为CSDN博主「ck_fear」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/ck_fear/java/article/details/70568266

posted on 2020-03-29 17:22  gris  阅读(201)  评论(0编辑  收藏  举报

导航