1.下载源码

git clone https://github.com.cnpmjs.org/rofl0r/proxychains-ng.git

或者

https://hub.fastgit.org/rofl0r/proxychains-ng.git

 

2.编译安装

cd proxychains-ng && ./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

 

相关文章:

  • 2021-06-17
  • 2022-02-17
  • 2021-07-14
  • 2021-12-12
  • 2021-10-18
  • 2021-12-19
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2021-05-05
  • 2021-04-05
  • 2021-09-11
  • 2021-11-27
  • 2021-12-03
  • 2021-08-18
相关资源
相似解决方案