From ad7f722f31c2668c205d717d0a305075f8d60ff6 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 6 Jul 2025 18:07:41 +0200 Subject: [PATCH] home.nas is no longer running dell ULNM --- nodes/home/nas.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 1e1cea2..29762b5 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -1,5 +1,3 @@ -# Dell Local Node Manager running on - nodes['home.nas'] = { 'hostname': '172.19.138.20', 'bundles': { @@ -77,10 +75,6 @@ nodes['home.nas'] = { }, 'firewall': { 'port_rules': { - '4679/tcp': { # Dell ULNM - '172.19.136.0/25', - '172.19.138.0/24', - }, '5060/tcp': { # yate SIP 'home.snom-wohnzimmer', },