SS一鍵安裝指令碼-支援二維碼
阿新 • • 發佈:2018-12-09
原文連結
前言
寫了一個Shaodwsocks一鍵伺服器搭建指令碼
連線VPS伺服器
ssh [email protected]_vps_ip_address
下載指令碼並安裝
複製下面的程式碼在vps執行
wget -N --no-check-certificate https://raw.githubusercontent.com/shellhub/shellhub/master/proxy/shadowsocks.sh && chmod +x shadowsocks.sh && ./shadowsocks.sh
輸入連線密碼
直接回車預設為shellhub
****************************************************** * OS : Debian Ubuntu CentOS * * Desc : auto install shadowsocks on CentOS server * * Author : https://github.com/shellhub * ****************************************************** Password used for encryption (Default: shellhub):
輸入埠號
該埠號為伺服器監聽埠號,可以手動輸入,或者直接回車預設生成
Server port(1-65535) (Default: 19058):4454
選擇加密方式
預設為aes-256-cfb
,可以選擇對應的數字
1: aes-128-cfb 2: aes-192-cfb 3: aes-256-cfb 4: chacha20 5: salsa20 6: rc4-md5 7: aes-128-ctr 8: aes-192-ctr 9: aes-256-ctr 10: aes-256-gcm 11: aes-192-gcm 12: aes-128-gcm 13: camellia-128-cfb 14: camellia-192-cfb 15: camellia-256-cfb 16: chacha20-ietf 17: bf-cfb Select encryption method (Default: aes-256-cfb):3
安裝完成
會生成如下配置資訊,分別為伺服器ip地址,埠號,加密方式,密碼,還有一個包含所有配置資訊的連結(ss開頭)
Install completed
ip_address: 192.168.23.3
server_port: 4454
encryption: aes-256-cfb
password: shellhub
ss_link: ss://YWVzLTI1Ni1jZmI6c2hlbGxodWJAMTkyLjE2OC4yMy4zOjQ0NTQK
同時會生成二維碼,客服端可以直接掃描