Server/client with shadowsocks-rust + v2ray (websocket-http) + simple-tls (TLS1.3)
6.4K
Server/client with shadowsocks-rust + v2ray (websocket-http) + simple-tls (TLS1.3) Shadowsocks is a fast tunnel proxy that helps you bypass firewalls. v2ray and simple-tls is obfuscation plugins for Shadowsocks. The purpose of this plugins is to change the characteristics of network traffic so that it is not identified and subsequently blocked by network filtering devices.
shadowsocks-rust: 8443, simple-tls: 443, v2ray: 80
shadowsocks-rust: 1843, simple-tls: 1443, v2ray: 1080
GitHub:
More info:
docker run --name ss-tls-v2ray -d --restart=unless-stopped --net=host -v /ss:/etc/shadowsocks ksey/ss-tls-v2ray
To view QR-codes install python3-qrcode:
sudo apt install python3-qrcode
export PYTHONIOENCODING=utf8
cat /ss/_CLIENT.txt | grep SS_LINK | grep -E -o "ss://.+"
cat /ss/_CLIENT.txt | grep SS_LINK | grep -E -o "ss://.+" | qr
cat /ss/_CLIENT.txt | grep SIMPLE_TLS_LINK | grep -E -o "ss://.+"
cat /ss/_CLIENT.txt | grep SIMPLE_TLS_LINK | grep -E -o "ss://.+" | qr
cat /ss/_CLIENT.txt | grep V2RAY_LINK | grep -E -o "ss://.+"
cat /ss/_CLIENT.txt | grep V2RAY_LINK | grep -E -o "ss://.+" | qr
sudo docker stop ss-tls-v2ray
sudo docker rm ss-tls-v2ray
sudo docker image rm ksey/ss-tls-v2ray
sudo docker run --name ss-tls-v2ray -d --restart=unless-stopped --net=host -v /ss:/etc/shadowsocks ksey/ss-tls-v2ray
Content type
Image
Digest
sha256:37516841e…
Size
137.9 MB
Last updated
about 2 months ago
docker pull ksey/ss-tls-v2ray