From fc177675ad5aa1ac3901fbbe657bf1d2ebb23489 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 26 Jun 2019 17:23:42 +0200 Subject: [PATCH] Updated documentation --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f51f7d29..07829d7e 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,13 @@ - Run openvpn without root (but will give reconnect problems)

-- Connect other containers to it (and thus computers, [see this]()) +- Connect other containers to it, [see this](https://github.com/qdm12/private-internet-access-docker#connect-to-it) - The *iptables* firewall allows traffic only with needed PIA servers (IP addresses, port, protocol) combinations -- OpenVPN restarts on failure using another PIA IP address for the same region encryption combination +- OpenVPN reconnects automatically on failure - Docker healthcheck pings the DNS 1.1.1.1 to verify the connection is up -- Openvpn and Unbound run **without root** +- Unbound DNS runs *without root* +- OpenVPN can run *without root* but this disallows OpenVPN reconnecting, it can be set with `NONROOT=yes` +- **ARM** compatible ## Setup