summaryrefslogtreecommitdiff
path: root/wg0.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'wg0.conf.example')
-rw-r--r--wg0.conf.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/wg0.conf.example b/wg0.conf.example
new file mode 100644
index 0000000..893b9ee
--- /dev/null
+++ b/wg0.conf.example
@@ -0,0 +1,17 @@
1# Download this from: https://mullvad.net/en/account/wireguard-config
2# 1. Log into your Mullvad account
3# 2. Go to WireGuard configuration
4# 3. Generate a key and download a config file
5# 4. Rename the downloaded file to wg0.conf and place it in this directory
6#
7# It will look something like this:
8
9[Interface]
10PrivateKey = YOUR_PRIVATE_KEY_HERE
11Address = 10.x.x.x/32,fc00:bbbb:bbbb:bb01::x:xxxx/128
12DNS = 10.64.0.1
13
14[Peer]
15PublicKey = SERVER_PUBLIC_KEY_HERE
16AllowedIPs = 0.0.0.0/0,::0/0
17Endpoint = xxx.xxx.xxx.xxx:51820