需求说明
SOCKS5-SG,服务器位于新加坡SG,承载SOCKS5/NoAuth业务,面向亚太地区
SOCKS5-CA,服务器位于加拿大CA,承载SOCKS5/NoAuth业务,面向美欧地区
本地系统上使用proxychains4 进行多IP跳转
编译安装proxychains4 root@local:~# apt-get update root@local:~# apt-get install gcc make git root@local:~# mkdir $HOME/src root@local:~# cd $HOME/src root@local:~# git clone https://github.com/rofl0r/proxychains-ng.git root@local:~# cd proxychains-ng root@local:~# ./configure --prefix=/usr --sysconfdir=/etc root@local:~# make root@local:~# make install root@local:~# make install-config root@local:~# /etc/proxychains.conf #默认的配置文件
加拿大和新加坡两台服务器的SOCKS5配置
配置加拿大服务器 root@server:~# wget -N --no-check-certificate -O /root/gost-linux-amd64-2.11.1 https://github.com/ginuerzh/gost/releases/download/v2.11.1/gost-linux-amd64-2.11.1.gz root@server:~# apt-get update root@server:~# apt-get -y install screen root@server:~# chmod +x /root/gost-linux-amd64-2.11.1 root@server:~# screen -dmS okSocks5 /root/gost-linux-amd64-2.11.1 -L=socks5://:6402 配置新加坡服务器 root@server:~# wget -N --no-check-certificate -O /root/gost-linux-amd64-2.11.1 https://github.com/ginuerzh/gost/releases/download/v2.11.1/gost-linux-amd64-2.11.1.gz root@server:~# apt-get update root@server:~# apt-get -y install screen root@server:~# chmod +x /root/gost-linux-amd64-2.11.1 root@server:~# screen -dmS okSocks5 /root/gost-linux-amd64-2.11.1 -L=socks5://:16802 修改本地的配置文件 /etc/proxychains.conf socks5 127.0.0.1 10808 socks5 192.99.6.25 6402 socks5 103.159.8.173 16802 验证是否OK proxychains4 curl https://ipv4.icanhazip.com/