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.
--- 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(