From 646282d7d2576d735efd48cd7d4ad77e9fe44da6 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 11 Sep 2019 16:36:54 -0400 Subject: [PATCH] Fixes #49 precise which encryption algorithm to use for Shadowsocks --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e00a85e..0b338861 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,11 @@ There are various ways to achieve this, depending on your use case. 1. Ensure the PIA container is launched with: - port `8388` published `-p 8388:8388/tcp -p 8388:8388/udp` - your LAN subnet, i.e. `192.168.1.0/24`, set as `-e EXTRA_SUBNETS=192.168.1.0/24` - 1. With your SOCKS5 proxy client, connect to the Docker host (i.e. `192.168.1.10`) on port `8388`, using the password you have set with `SHADOWSOCKS_PASSWORD`. + 1. With your SOCKS5 proxy client + - Enter the Docker host (i.e. `192.168.1.10`) as the server IP + - Enter port TCP (and UDP, if available) `8388` as the server port + - Use the password you have set with `SHADOWSOCKS_PASSWORD` + - Choose the encryption method/algorithm `chacha20-ietf-poly1305` 1. If you set `SHADOWSOCKS_LOG` to `on`, more information will be logged in the Docker logs, merged with the OpenVPN logs.