Use IP for wireguard endpoint

This commit is contained in:
Aode 2023-09-17 14:30:20 -04:00
parent 551ae8c335
commit 9e3d05589d

View file

@ -14,7 +14,8 @@
{ {
publicKey = "lQYGzNIxgUrDmU32rlnmnc72dK7TSH7hxts3tMtE+VQ="; publicKey = "lQYGzNIxgUrDmU32rlnmnc72dK7TSH7hxts3tMtE+VQ=";
allowedIPs = [ "192.168.5.0/24" "192.168.6.0/24" "192.168.20.0/24" ]; allowedIPs = [ "192.168.5.0/24" "192.168.6.0/24" "192.168.20.0/24" ];
endpoint = "wg.asonix.dog:51820"; # endpoint = "wg.asonix.dog:51820";
endpoint = "76.210.190.151:51820";
persistentKeepalive = 25; persistentKeepalive = 25;
} }
]; ];