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 =