] chmod a+x /etc/init.d/ss5 ] service ss5 start Reloading systemd: [ OK ] Starting ss5 (via systemctl): [ OK ] ] netstat -tlunp|grep ss5 tcp 0 0 0.0.0.0:1080 0.0.0.0:* LISTEN 17786/ss5 ] /etc/init.d/ss5 start doneting ss5... [ OK ]
2.4 客户端设置
1 2 3 4 5
alias setproxy="export ALL_PROXY=socks5://10.10.3.2:1080" alias unsetproxy="unset ALL_PROXY" alias getip="curl ifconfig.me" #或者 echo'export ALL_PROXY="socks5://10.10.3.2:1080"' | tee /etc/profile.d/proxy.sh