赞
踩
1.配置epel源
yum install epel-release
2.yum安装proxychains
yum install -y proxychains-ng
3.配置proxychains
- vi /etc/proxychains.conf
-
- # 将socks4 127.0.0.1 9095改为
- socks5 127.0.0.1 10808
proxychains.conf文件说明了代理配置格式,如下,这里根据自己使用的代理来配置就行了。
ProxyList format
94 # type ip port [user pass]
95 # (values separated by 'tab' or 'blank')
96 #
97 # only numeric ipv4 addresses are valid
98 #
99 #
100 # Examples:
101 #
102 # socks5 192.168.67.78 1080 lamer secret
103 # http 192.168.89.3 8080 justu hidden
104 # socks4 192.168.1.49 1080
105 # http 192.168.39.93 8080
4.使用方法
在需要代理的命令前加上 proxychains4 ,如:
proxychains4 wget http://xxx.com/xxx.zip
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。