aboutsummaryrefslogtreecommitdiffstats
path: root/bin/get_catalog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get_catalog')
-rwxr-xr-xbin/get_catalog3
1 files changed, 1 insertions, 2 deletions
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