From c93013b09788acc2930ec92f7f574a9a92858482 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Mon, 2 Sep 2019 11:33:56 -0400 Subject: [PATCH] Fixes #38 by warning user to escape characters for passwords --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e4005c0a..9210085a 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,13 @@ Note that not all regions support port forwarding. - Use `-e ENCRYPTION=strong -e BLOCK_MALICIOUS=on` - DNS Leaks tests might not work because of [this](https://github.com/qdm12/cloudflare-dns-server#verify-dns-connection) (*TLDR*: DNS server is a local caching intermediary) +## Troubleshooting + +- Password problems `AUTH: Received control message: AUTH_FAILED` + - Your password may contain a special character such as `$`. + You need to escape it with `\` in your run command or docker-compose.yml. + For example you would set `-e PASSWORD=mypa\$\$word`. + ## TODOs - Mix logs from unbound, tinyproxy and openvpn in Docker logs