summaryrefslogtreecommitdiff
path: root/hosts/cez
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-10-01 09:59:30 +0530
committersinanmohd <sinan@sinanmohd.com>2023-10-01 10:02:23 +0530
commita81766b14377d263db675bf6a5f10b67b7c435af (patch)
tree6113047f876038208d8975fefc86476eb594a14d /hosts/cez
parentc72fe93a2866a80d97d9b79ecc7dff6479ae3905 (diff)
cez/wireguard: add new routes
Diffstat (limited to 'hosts/cez')
-rw-r--r--hosts/cez/modules/wireguard.nix1
1 files changed, 1 insertions, 0 deletions
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;