From b02adbb7cb3794aa9d21904b903296948b8b3b14 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Mon, 29 Nov 2021 21:21:57 +0100 Subject: [PATCH] wg fix allowed ips --- nodes/home.server.py | 1 - nodes/ovh.secondary.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nodes/home.server.py b/nodes/home.server.py index c6cbf46..c6c8519 100644 --- a/nodes/home.server.py +++ b/nodes/home.server.py @@ -94,7 +94,6 @@ 'allowed_ips': [ '10.0.10.0/24', '10.0.11.0/24', - '10.0.20.0/24', '192.168.178.0/24', ], }, diff --git a/nodes/ovh.secondary.py b/nodes/ovh.secondary.py index be8a147..603c30e 100644 --- a/nodes/ovh.secondary.py +++ b/nodes/ovh.secondary.py @@ -35,8 +35,7 @@ '10.0.0.0/24', '10.0.2.0/24', '10.0.9.0/24', - '10.0.10.0/24', - '10.0.20.0/24', + '10.0.11.0/24', ], }, },