From 1904ebb064121c6a8f54b2bbe2eeccc1c4f55896 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Mon, 28 Jul 2025 12:04:16 +0100 Subject: remove dn42 --- bin/get_catalog | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/get_catalog') diff --git a/bin/get_catalog b/bin/get_catalog index 4c069ac..addd365 100755 --- a/bin/get_catalog +++ b/bin/get_catalog @@ -44,8 +44,7 @@ def print_catalog(zone): nodes = [node for (name, node) in zone.nodes.items() - if len(name) == 2 and name[1] == b"zones" - and not "dn42" in origin(name)] + if len(name) == 2 and name[1] == b"zones"] ptrs = [str(ptr.target).rstrip('.') for node in nodes -- cgit v1.2.3