Browse Source
readme(docker): remove "--fast-open"
pull/2618/head
谭九鼎
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
This starts a container of the latest release with all the default settings, which is equivalent to |
|
|
```bash |
|
|
```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. |
|
|
> **Note**: It's the hostname in the container that is used as the password, not that of the host. |
|
|
|
|
|
|
|
|