From e3891fb855a14773774184000f143bddf9f3372f Mon Sep 17 00:00:00 2001 From: azahi Date: Sat, 26 Oct 2024 02:25:43 +0300 Subject: 2024-10-26 --- modules/wireguard.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'modules/wireguard.nix') diff --git a/modules/wireguard.nix b/modules/wireguard.nix index f32e5ba..f60ea92 100644 --- a/modules/wireguard.nix +++ b/modules/wireguard.nix @@ -153,10 +153,6 @@ in jmax = 420 s1 = 69 s2 = 96 - h1 = 1134610890 - h2 = 2137373420 - h3 = 625719520 - h4 = 2106927320 ''; }) (with cfg.server; { @@ -232,11 +228,7 @@ in jmin 42 \ jmax 420 \ s1 69 \ - s2 96 \ - h1 1134610890 \ - h2 2137373420 \ - h3 625719520 \ - h4 2106927320 + s2 96 ''; allowedIPsAsRoutes = false; }; -- cgit 1.4.1