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', ], }, },