diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 09:59:30 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 10:02:23 +0530 |
commit | a81766b14377d263db675bf6a5f10b67b7c435af (patch) | |
tree | 6113047f876038208d8975fefc86476eb594a14d /hosts/cez/modules/wireguard.nix | |
parent | c72fe93a2866a80d97d9b79ecc7dff6479ae3905 (diff) |
cez/wireguard: add new routes
Diffstat (limited to 'hosts/cez/modules/wireguard.nix')
-rw-r--r-- | hosts/cez/modules/wireguard.nix | 1 |
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; |