本测试适用环境:
梦飞科技,系统支持:CentOS
默认配置:
服务器端口:自己设定(如不设定,默认为 8989)
密码:自己设定(如不设定,默认为 teddysun.com)
加密方式:自己设定(如不设定,默认为 aes-256-cfb)
总共执行步骤以下3个步骤:
第一步:
wget --no-check-certificate -O shadowsocks-go.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-go.sh
第二步:
chmod +x shadowsocks-go.sh
第三步:
./shadowsocks-go.sh 2>&1 | tee shadowsocks-go.log
执行成功以后会如下提示:
Congratulations, Shadowsocks-go server install completed!
Your Server IP :ip
Your Server Port :port
Your Password :password
Your Encryption Method:encryption_method
Welcome to visit:https://teddysun.com/392.html
Enjoy it!