From 5c9eb0aea0ca8e2e172168abe57e8f24bf3810f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Wed, 19 Feb 2025 02:35:43 +0100 Subject: [PATCH] [wireguard] Remove 192.160.0.0/16, that was probably a misspelled 192.168.0.0/16 --- lib/wireguard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wireguard.sh b/lib/wireguard.sh index bc05cf2..8702368 100644 --- a/lib/wireguard.sh +++ b/lib/wireguard.sh @@ -49,7 +49,7 @@ SERVERURL=wireguard.$DOMAIN SERVERPORT=51820 PEERS=1 PEERDNS=auto -ALLOWEDIPS=0.0.0.0/0,::/0,192.168.0.0/16,192.160.0.0/16,10.13.13.1/32 +ALLOWEDIPS=0.0.0.0/0,::/0,192.168.0.0/16,10.13.13.1/32 LOG_CONFS=true EOF chmod 600 /federated/apps/wireguard/.env