1.下載源碼
git clone https://github.com/rofl0r/proxychains-ng
2.編譯安裝
./configure --prefix=/usr --sysconfdir=/etc make && make install make install-config (安裝配置文件)
3.編輯配置文件
sudo vim /etc/proxychains.conf
[ProxyList] # add proxy here ... # meanwile # defaults set to "tor" socks5 127.0.0.1 1080
4.使用
proxychains4 xxx.sh
