From 5ee4e2fde07a53ee131ab27c982542a5c0925e62 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Sat, 22 Feb 2020 17:43:17 +0000 Subject: [PATCH] Shadowsocks log defaults to off --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68ff6210..32b0641e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ ENV VPNSP=pia \ TINYPROXY_PASSWORD= \ # Shadowsocks SHADOWSOCKS=off \ - SHADOWSOCKS_LOG=on \ + SHADOWSOCKS_LOG=off \ SHADOWSOCKS_PORT=8388 \ SHADOWSOCKS_PASSWORD= ENTRYPOINT /entrypoint diff --git a/README.md b/README.md index 560d1c8f..ec05082c 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ docker run --rm --network=container:pia alpine:3.11 wget -qO- https://ipinfo.io | `TINYPROXY_USER` | | Username to use to connect to the HTTP proxy | | `TINYPROXY_PASSWORD` | | Passsword to use to connect to the HTTP proxy | | `SHADOWSOCKS` | `off` | `on` or `off`, to enable the internal SOCKS5 proxy Shadowsocks | -| `SHADOWSOCKS_LOG` | `on` | `on` or `off` to enable logging for Shadowsocks | +| `SHADOWSOCKS_LOG` | `off` | `on` or `off` to enable logging for Shadowsocks | | `SHADOWSOCKS_PORT` | `8388` | `1024` to `65535` internal port for SOCKS5 proxy | | `SHADOWSOCKS_PASSWORD` | | Passsword to use to connect to the SOCKS5 proxy | | `TZ` | | Specify a timezone to use i.e. `Europe/London` | @@ -208,7 +208,7 @@ There are various ways to achieve this, depending on your use case. - 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 + 1. If you set `SHADOWSOCKS_LOG` to `on`, (a lot) more information will be logged in the Docker logs

-
Access ports of containers connected to PIA