Last active
November 4, 2021 01:52
-
-
Save JorWang/d54a4b9b18d9509936c21a43c4e74211 to your computer and use it in GitHub Desktop.
Shadowsocks-libev
This file contains hidden or 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
安装 Docker | |
Debian https://docs.docker.com/engine/install/debian/ | |
Ubuntu https://docs.docker.com/engine/install/ubuntu/ | |
CentOS https://docs.docker.com/engine/install/centos/ | |
安装 Shadowsocks-libev | |
docker run -e METHOD=aes-256-gcm -e PASSWORD=password -p1234:8388 -p1234:8388/udp -d shadowsocks/shadowsocks-libev:edge | |
加密类型 Encrypt method: | |
rc4-md5,aes-128-gcm, aes-192-gcm, aes-256-gcm,aes-128-cfb, aes-192-cfb, aes-256-cfb,aes-128-ctr, aes-192-ctr, aes-256-ctr,camellia-128-cfb, camellia-192-cfb,camellia-256-cfb, bf-cfb,chacha20-ietf-poly1305,xchacha20-ietf-poly1305,salsa20, chacha20 and chacha20-ietf. | |
更多参数:https://github.com/shadowsocks/shadowsocks-libev#usage | |
一键编译安装 | |
wget -N --no-check-certificate -c -t3 -T60 -O ss-plugins.sh https://git.io/fjlbl | |
chmod +x ss-plugins.sh | |
./ss-plugins.sh | |
来源:https://github.com/loyess/Shell | |
其他:https://hub.docker.com/r/teddysun/shadowsocks-libev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment