switch wireguard endpoint to ip

This commit is contained in:
Adithya 2024-06-21 20:20:10 +05:30
parent cc17fc4d7f
commit 8344439457
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -14,11 +14,10 @@
peers = [
{
name = "Proxy";
endpoint = "proxy.adtya.xyz:51821";
endpoint = "165.232.180.97:51821";
publicKey = "NNw/iDMCTq8mpHncrecEh4UlvtINX/UUDtCJf2ToFR4=";
presharedKeyFile = config.sops.secrets."wireguard/psk".path;
persistentKeepalive = 20;
dynamicEndpointRefreshSeconds = 20;
allowedIPs = [
"10.10.10.0/24"
"fd7c:585c:c4ae::0/64"