Add ipv6 documentation, refers to #86

This commit is contained in:
Quentin McGaw (desktop)
2020-03-05 00:01:04 +00:00
parent 28edae383b
commit 47a197be48

View File

@@ -318,6 +318,22 @@ The following will build the Docker image locally and replace the previous one y
</p></details>
<details><summary>Mullvad does not work with IPv6?</summary><p>
By default, the Mullvad server tunnels both ipv4 and ipv6, hence openvpn will try to create an
ipv6 route. To allow the container to create such route, you have to specify `net.ipv6.conf.all.disable_ipv6=0`
at runtime, using either:
- For a Docker run command, the flag: `--sysctl net.ipv6.conf.all.disable_ipv6=0`
- In a docker-compose file:
```yml
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
```
</p></details>
<details><summary>What's all this Go code?</summary><p>
The Go code is a big rewrite of the previous shell entrypoint, it allows for: