From 1c012e4c921f253bd242f04711adfb8ba72eee3f Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 12 Sep 2020 18:06:52 +0000 Subject: [PATCH] Minor readme changes - Mullvad ipv6 startup error fix - VPNSP variable in docker run example command --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a9e6fc4..5724b6c8 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,13 @@ iptables, DNS over TLS, ShadowSocks and Tinyproxy* - If you have a host or router firewall, please refer [to the firewall documentation](https://github.com/qdm12/gluetun/wiki/External-firewall-requirements) 1. On some devices you may need to setup your tunnel kernel module on your host with `insmod /lib/modules/tun.ko` or `modprobe tun` - *Synology users*: please read [this part of the Wiki](https://github.com/qdm12/gluetun/wiki/Common-issues#synology) +1. For **Mullvad** only, see [**this**](https://github.com/qdm12/gluetun/wiki/Common-issues#ipv6-does-not-work). 1. Launch the container with: ```bash docker run -d --name gluetun --cap-add=NET_ADMIN \ - -e REGION="CA Montreal" -e USER=js89ds7 -e PASSWORD=8fd9s239G \ + -e VPNSP="private internet access" -e REGION="CA Montreal" \ + -e USER=js89ds7 -e PASSWORD=8fd9s239G \ -v /yourpath:/gluetun \ qmcgaw/private-internet-access ```