Hint about the SOA record
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Wed, 21 Jan 2015 23:09:01 +0100
changeset 68 4c155b4e305d
parent 67 760a2752983c
child 69 a30eb5cebdf9
Hint about the SOA record
lib/DNS/Vi.pm
--- a/lib/DNS/Vi.pm	Wed Jan 21 23:08:37 2015 +0100
+++ b/lib/DNS/Vi.pm	Wed Jan 21 23:09:01 2015 +0100
@@ -181,7 +181,7 @@
 	    $len2 => $r{rrtype},
 	    $r{data};
     };
-    push @out, '; do NOT EDIT the SOA records SERIAL number!';
+    push @out, '; IF YOU EDIT the SOA record, INCREASE the serial number too!';
     push @out, $print->($_) foreach @zone;
     return join "\n", @out, '';
 }