From 21e3224ff14f4635a3d230dd733206a7efd2fe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Thu, 6 Feb 2020 20:38:58 +0800 Subject: [PATCH] readme(docker): remove "--fast-open" --- docker/alpine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/alpine/README.md b/docker/alpine/README.md index ef1d3506..98484690 100644 --- a/docker/alpine/README.md +++ b/docker/alpine/README.md @@ -33,7 +33,7 @@ $ docker run -p 8388:8388 -p 8388:8388/udp -d --restart always shadowsocks/shado ``` This starts a container of the latest release with all the default settings, which is equivalent to ```bash -$ ss-server -s 0.0.0.0 -p 8388 -k "$(hostname)" -m aes-256-gcm -t 300 --fast-open -d "8.8.8.8,8.8.4.4" -u +$ ss-server -s 0.0.0.0 -p 8388 -k "$(hostname)" -m aes-256-gcm -t 300 -d "8.8.8.8,8.8.4.4" -u ``` > **Note**: It's the hostname in the container that is used as the password, not that of the host.