From ebd1ebcb4caaf191d3048dccad6641d8371c76da Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 30 Oct 2023 22:03:30 +0100 Subject: [PATCH] dumpyourvms: use IPv4 in wireguard config --- hosts/dumpyourvms/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dumpyourvms/networking.nix b/hosts/dumpyourvms/networking.nix index 4eed88ef..1bceaf14 100644 --- a/hosts/dumpyourvms/networking.nix +++ b/hosts/dumpyourvms/networking.nix @@ -53,7 +53,7 @@ publicKey = "iZkgeA/mFxBRclCa5SJYdqffClly/uho5krebcUloCY="; allowedIPs = ["192.168.188.0/24"]; presharedKeyFile = "/etc/wireguard/wg1.presharedkey"; - #endpoint = "vpn4.wernery.eu:50163"; + #endpoint = "85.214.70.91:50163"; #endpoint = "7gwzft61sc8txc4r.myfritz.net:50163"; endpoint = "[2a00:6020:1000:47::2ded]:50163"; persistentKeepalive = 25;