socks5代理服务器ss5配置
socks5代理服务器ss5配置安装
yum install pam-devel openldap-devel openssl-devel
yum -y install gcc automake make pam-devel openldap-devel cyrus-sasl-devel
#Debian
#  apt-get install -y gcc make build-essential libpam-dev libldap2-dev libssl-dev
wget sourceforge/projects/ss5/files/ss5/3.8.9-8/ss5-3.8.
wget downloads.sourceforge/project/ss5/ss5/3.8.9-8/ss5-3.8.
tar -xzvf ss5-3.8.
cd ss5-3.8.9
./configure
make
make install代理服务器的设置
配置⽤户认证⽅式
#cat /etc/opt/f
auth    0.0.0.0/0              -              u
permit -    0.0.0.0/0    -    0.0.0.0/0    -    -    -    -    -
cat /etc/opt/ss5/ss5.passwd
test test
启动程序
chmod a+x /etc/init.d/ss5
service ss5 start
启动参数配置
cat /etc/sysconfig/ss5
# Add startup option here
#SS5_OPTS=" -u root"
SS5_OPTS=" -u root -b 0.0.0.0:1080"
客户端设置
alias setproxy="export ALL_PROXY=socks5://10.10.3.2:1080"
alias unsetproxy="unset ALL_PROXY"
alias getip=""
#或者
echo 'export ALL_PROXY="socks5://10.10.3.2:1080"' | tee /etc/profile.d/proxy.sh

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。