From cf1919c27fa56f16f538d8d645764818bb7fbdfc Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 16 Aug 2020 23:09:48 +0000 Subject: [PATCH] Update list of ciphers for Shadowsocks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ad26d3..f707500c 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ That one is important if you want to connect to the container from your LAN for | `SHADOWSOCKS_LOG` | `off` | `on`, `off` | Enable logging | | `SHADOWSOCKS_PORT` | `8388` | `1024` to `65535` | Internal port number for Shadowsocks to listen on | | `SHADOWSOCKS_PASSWORD` | | | Password to use to connect to Shadowsocks | -| `SHADOWSOCKS_METHOD` | `chacha20-ietf-poly1305` | One of [these ciphers](https://shadowsocks.org/en/config/quick-guide.html) | Method to use for Shadowsocks | +| `SHADOWSOCKS_METHOD` | `chacha20-ietf-poly1305` | `chacha20-ietf-poly1305`, `aes-128-gcm`, `aes-256-gcm` | Method to use for Shadowsocks | ### Tinyproxy