Do not skip the NS records!
authorheiko
Thu, 04 Sep 2014 17:03:34 +0200
changeset 30 8503a72fb211
parent 29 fef56276dc8e
child 31 fbaff8f2b9bb
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.
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(