# Download this from: https://mullvad.net/en/account/wireguard-config # 1. Log into your Mullvad account # 2. Go to WireGuard configuration # 3. Generate a key and download a config file # 4. Rename the downloaded file to wg0.conf and place it in this directory # # It will look something like this: [Interface] PrivateKey = YOUR_PRIVATE_KEY_HERE Address = 10.x.x.x/32,fc00:bbbb:bbbb:bb01::x:xxxx/128 DNS = 10.64.0.1 [Peer] PublicKey = SERVER_PUBLIC_KEY_HERE AllowedIPs = 0.0.0.0/0,::0/0 Endpoint = xxx.xxx.xxx.xxx:51820