From 86b667559049081073e245f6ddefec8e84873a5f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 10 Oct 2021 13:26:57 +0200 Subject: yggdrasil-wg: ... --- modules/yggdrasil-wg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/yggdrasil-wg') diff --git a/modules/yggdrasil-wg/default.nix b/modules/yggdrasil-wg/default.nix index 573791bf..d81081b2 100644 --- a/modules/yggdrasil-wg/default.nix +++ b/modules/yggdrasil-wg/default.nix @@ -12,13 +12,13 @@ let links = [ { from = "vidhar"; to = "surtr"; - endpointHost = "surtr.yggdrasil.li"; + endpointHost = "202.61.241.61"; persistentKeepalive = 25; dynamicEndpointRefreshSeconds = 86400; } { from = "sif"; to = "surtr"; - endpointHost = "surtr.yggdrasil.li"; + endpointHost = "202.61.241.61"; persistentKeepalive = 25; dynamicEndpointRefreshSeconds = 86400; } -- cgit v1.2.3