summaryrefslogtreecommitdiff
path: root/wg0.conf.example
blob: 893b9ee60ebdad54d7f98aa2b3aa9f57c2616008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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