# HG changeset patch # User heiko # Date 1409843014 -7200 # Node ID 8503a72fb2110ada14b014597a7732184f57a95b # Parent fef56276dc8efeb8657b4d44502f8393a25c8b3e Do not skip the NS records! Skipping NS records prevents us from adding new NS records to a zone. Even new subzones can't be added. Probable NS records for subzones should be allowed, others should be skipped. diff -r fef56276dc8e -r 8503a72fb211 bin/dnsvi --- a/bin/dnsvi Mon Sep 01 22:43:53 2014 +0200 +++ b/bin/dnsvi Thu Sep 04 17:03:34 2014 +0200 @@ -26,7 +26,7 @@ server => undef, debug => undef, editor => $ENV{EDITOR} // 'vi', - skip => [qw/NS RRSIG NSEC3 NSEC3PARAM NSEC DNSKEY TSIG/], + skip => [qw/RRSIG NSEC3 NSEC3PARAM NSEC DNSKEY TSIG/], ); GetOptions(