From a81766b14377d263db675bf6a5f10b67b7c435af Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 1 Oct 2023 09:59:30 +0530 Subject: cez/wireguard: add new routes --- hosts/cez/modules/wireguard.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/cez') diff --git a/hosts/cez/modules/wireguard.nix b/hosts/cez/modules/wireguard.nix index ef73838..4f7625b 100644 --- a/hosts/cez/modules/wireguard.nix +++ b/hosts/cez/modules/wireguard.nix @@ -18,6 +18,7 @@ in allowedIPs = [ "10.0.1.0/24" "104.16.0.0/12" + "172.64.0.0/13" ]; endpoint = "${domain}:51820"; persistentKeepalive = 25; -- cgit v1.2.3