From edc527eb892821785edfaa999851411d460f27f0 Mon Sep 17 00:00:00 2001 From: DyonR Date: Mon, 2 Aug 2021 16:10:58 +0200 Subject: [PATCH] Minor sentence change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4a665d..e17b2e5 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ The container will fail to boot if `VPN_ENABLED` is set and there is no valid .c ## WireGuard IPv6 issues If you use WireGuard and also have IPv6 enabled, it is necessary to add the IPv6 range to the `LAN_NETWORK` environment variable. -Additionally the parameter `--sysctl net.ipv6.conf.all.disable_ipv6=0` also had to be added to the `docker run` command, or to the "Extra Parameters" in Unraid. -The full Unraid `Extra Parameters` would be like: `--restart unless-stopped --sysctl net.ipv6.conf.all.disable_ipv6=0"` +Additionally the parameter `--sysctl net.ipv6.conf.all.disable_ipv6=0` also must be added to the `docker run` command, or to the "Extra Parameters" in Unraid. +The full Unraid `Extra Parameters` would be: `--restart unless-stopped --sysctl net.ipv6.conf.all.disable_ipv6=0"` If you do not do this, the container will keep on stopping with the error `RTNETLINK answers permission denied`. Since I do not have IPv6, I am did not test. Thanks to [mchangrh](https://github.com/mchangrh) / [Issue #49](https://github.com/DyonR/docker-qbittorrentvpn/issues/49)