From 1cfa0863883d522992f34979c604866fde413697 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 15 Jun 2022 21:13:10 -0400 Subject: [PATCH] Mullvad: clarify Wireguard section --- Setup/Providers/Mullvad.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Setup/Providers/Mullvad.md b/Setup/Providers/Mullvad.md index 4ebfebe..db1ac91 100644 --- a/Setup/Providers/Mullvad.md +++ b/Setup/Providers/Mullvad.md @@ -41,10 +41,8 @@ services: ### Wireguard only -- `WIREGUARD_PRIVATE_KEY` is your 32 bytes key in base64 format. Note this is the same for all servers. -💁 [How to obtain it?](https://github.com/qdm12/gluetun/discussions/805#discussioncomment-2026642) -- `WIREGUARD_ADDRESSES` is your IP network interface address in the format `xx.xx.xx.xx/xx`. -Note this is specific by Wireguard keypair and the same for all servers. +- `WIREGUARD_PRIVATE_KEY` is your 32 bytes key in base64 format. The private key can only be obtained by [generating a Wireguard configuration file](https://mullvad.net/en/account/#/wireguard-config). The `Wireguard Key` displayed on the [Manage devices and ports](https://mullvad.net/en/account/#/ports) page on Mullvad is *not* the private key that is required. Generate a Wireguard configuration file, download the zip file, extract any of the `.json` files within and use the `PrivateKey` value. Note this value is the same for all Mullvad servers. 💁 [Screenshots on how to obtain it](https://github.com/qdm12/gluetun/discussions/805#discussioncomment-2026642). +- `WIREGUARD_ADDRESSES` is the Wireguard IP network interface address in CIDR format `xx.xx.xx.xx/xx`. To obtain it, first download a Wireguard configuration file using same steps as for `WIREGUARD_PRIVATE_KEY` above. In the configuration file, locate the `Address` value. This one should contain a comma delimited list of an IPv4 and IPv6 address, so use the IPv4 address (usually the first one) as the value for the `WIREGUARD_ADDRESSES` environment variable. Note this is same value for all Mullvad servers and for your private key. 💁 [Screenshots on how to obtain it](https://github.com/qdm12/gluetun/discussions/805#discussioncomment-2026642). ## Optional environment variables