From 476ddad70dd44c5bd093938b3f9af5cc0eb9c72a Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Sun, 24 May 2020 18:08:25 +0800 Subject: [PATCH] vpn: Updated WireGuard config --- vpn/wireguard.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/vpn/wireguard.conf b/vpn/wireguard.conf index 2edcc00..20bfba3 100644 --- a/vpn/wireguard.conf +++ b/vpn/wireguard.conf @@ -1,8 +1,6 @@ [Interface] -Address = 10.127.x.x/32, fd80::/32 -PostUp = /path/to/wg-postup.sh 10.127.x.x/32 fd80::/32 -# Custom DNS -#DNS = 127.0.0.1 +Address = , +PostUp = /path/to/wg-postup.sh # Set MTU to 1412 if using PPP #MTU = 1412 Table = off @@ -10,7 +8,7 @@ ListenPort = PrivateKey = [Peer] -AllowedIPs = 0.0.0.0/0 +AllowedIPs = 0.0.0.0/0, ::0/0 PersistentKeepalive = 25 PublicKey = Endpoint =