diff --git a/shadowsocks.sh b/shadowsocks.sh index adba485..3ad96a0 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -2,33 +2,23 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH # -# Auto install Shadowsocks Server (all version) -# -# Copyright (C) 2016-2020 Teddysun Licensed: GPLv3 -# Copyright (C) 2019-2020 M3chD09 Licensed: MIT +# Copyright (C) 2016-2020 Teddysun +# Copyright (C) 2019-2020 M3chD09 # Copyright (C) 2019-2020 Yuk1n0 +# Distributed under the GPLv3 software license, see the accompanying +# file COPYING or https://opensource.org/licenses/GPL-3.0. # +# Auto install Shadowsocks Server # System Required: CentOS 6+, Debian7+, Ubuntu12+ # # Reference URL: -# https://github.com/shadowsocks/shadowsocks -# https://github.com/shadowsocks/shadowsocks-go +# https://github.com/shadowsocks/ # https://github.com/shadowsocks/shadowsocks-libev +# https://github.com/shadowsocks/v2ray-plugin # https://github.com/shadowsocks/shadowsocks-windows -# https://github.com/shadowsocksr-rm/shadowsocksr # https://github.com/shadowsocksrr/shadowsocksr # https://github.com/shadowsocksrr/shadowsocksr-csharp -# https://github.com/shadowsocks/v2ray-plugin # -# Thanks: -# @clowwindy -# @breakwa11 -# @cyfdecyf -# @madeye -# @linusyang -# @Akkariiin -# @teddysun -# @M3chD09 red='\033[0;31m' green='\033[0;32m'