Last active
June 17, 2019 06:41
-
-
Save knwng/3c1d81b88c41b73fc85bdcc3ec0f0fa3 to your computer and use it in GitHub Desktop.
ubuntu部署shadowsocksR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh | |
chmod +x shadowsocksR.sh | |
sudo ./shadowsocksR.sh 2>&1 | tee shadowsocksR.log | |
# use none | |
# use auth_chain_b | |
# use tls1.2_ticket_auth | |
# start | |
sudo /etc/init.d/shadowsocks restart | |
# config file location | |
# vim /etc/shadowsocks.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment