dumpyourvms: use IPs instead of domains in wireguard endpoints

This commit is contained in:
teutat3s 2023-07-12 14:58:40 +02:00
parent ec22a0e71b
commit 1c555136a4
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -54,7 +54,8 @@
allowedIPs = ["192.168.188.0/24"];
presharedKeyFile = "/etc/wireguard/wg1.presharedkey";
#endpoint = "vpn4.wernery.eu:50163";
endpoint = "7gwzft61sc8txc4r.myfritz.net:50163";
#endpoint = "7gwzft61sc8txc4r.myfritz.net:50163";
endpoint = "[2a00:6020:1000:47::2ded]:50163";
persistentKeepalive = 25;
}
];
@ -101,7 +102,8 @@
{
publicKey = "yUyg63j5+17YeJ7gRhxoQuF6rvdX0JF59M6skytJFTQ=";
allowedIPs = ["fdaa:1:3234::/48"];
endpoint = "ams1.gateway.6pn.dev:51820";
#endpoint = "ams1.gateway.6pn.dev:51820";
endpoint = "176.58.93.206:51820";
persistentKeepalive = 15;
}
];