Minor sentence change

This commit is contained in:
DyonR 2021-08-02 16:10:58 +02:00
parent 2554293abc
commit edc527eb89

View File

@ -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)