diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/get_catalog | 3 |
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 |
