No description
Find a file
Dim0N22 d15fd0a0c2
Remove default verbose flag for shadowsocks-libev (#3)
Removed default `-v` (`verbose`) flag for shadowsocks-libev since it's only needed for debug.
2020-09-27 16:17:37 +08:00
LICENSE Change LICENSE from MIT to GPLv3 2019-11-02 02:07:47 +08:00
README.md Update README 2020-06-24 01:46:37 +08:00
shadowsocks-libev Code Format 2019-11-04 22:57:06 +08:00
shadowsocks-libev-debian Remove default verbose flag for shadowsocks-libev (#3) 2020-09-27 16:17:37 +08:00
shadowsocks.sh Fix Important ERROR 2020-08-31 20:15:36 +08:00
shadowsocksR Code Format 2019-11-04 22:57:06 +08:00
shadowsocksR-debian Code Format 2019-11-04 22:57:06 +08:00

Auto Install Server Shell Script

  • Intro: Auto Install Proxy Server
  • System Requirement: CentOS 6+Debian 7+Ubuntu 12+

How to install server:

wget --no-check-certificate https://raw.githubusercontent.com/Yuk1n0/Shadowsocks-Install/master/shadowsocks.sh
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log

How to uninstall server

./shadowsocks.sh uninstall

How to upgrade server (only support shadowsocks-libev now)

./shadowsocks.sh upgrade

How to start | stop | restart your server

Shadowsocks-libev /etc/init.d/shadowsocks-libev start | stop | restart | status

ShadowsocksR /etc/init.d/shadowsocks-r start | stop | restart | status


Configuration Files

Shadowsocks-libev /etc/shadowsocks-libev/config.json

ShadowsocksR /etc/shadowsocks-r/config.json


CiphersShadowsocks-libev: aes-256-gcm aes-192-gcm aes-128-gcm aes-256-ctr aes-192-ctr aes-128-ctr aes-256-cfb aes-192-cfb aes-128-cfb camellia-128-cfb camellia-192-cfb camellia-256-cfb xchacha20-ietf-poly1305 chacha20-ietf-poly1305 chacha20-ietf

Ciphersnone means unencryptedShadowsocksR: none aes-256-cfb aes-192-cfb aes-128-cfb aes-256-cfb aes-192-cfb aes-128-cfb aes-256-ctr aes-192-ctr aes-128-ctr chacha20-ietf

ProtocolsOnly ShadowsocksR: origin verify_deflate auth_sha1_v4 auth_sha1_v4_compatible auth_aes128_md5 auth_aes128_sha1 auth_chain_a auth_chain_b auth_chain_c auth_chain_d auth_chain_e auth_chain_f

ObfsOnly ShadowsocksR : plain http_simple http_simple_compatible http_post http_post_compatible tls1.2_ticket_auth tls1.2_ticket_auth_compatible tls1.2_ticket_fastauth tls1.2_ticket_fastauth_compatible