proxychains 配置 Posted on 2018-10-02 配置proxychains12345678910git clone https://github.com/rofl0r/proxychains-ng.gitcd proxychains-ng./configure –prefix=/usr –sysconfdir=/etcsudo make sudo make installsudo make install-config 把proxychains.conf最后一行改成 sock5 127.0.0.1 1086最后1086是自己的端口 用的时候proxychains4 加命令就行了 若在mac上brew install proxychains-ng搞定,然后在根据运行结果找到proxychains.conf的位置,配置一下