]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove 1/8 and 2/8 from bogusnets example
authorEvan Hunt <each@isc.org>
Thu, 3 Nov 2011 04:53:27 +0000 (04:53 +0000)
committerEvan Hunt <each@isc.org>
Thu, 3 Nov 2011 04:53:27 +0000 (04:53 +0000)
doc/arm/Bv9ARM-book.xml

index 202b9ff0e9310bfa520f0774416671aa18889ec6..878cdbf1f5158442bf118c7be59985daeb22ec63 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.510 2011/11/03 03:08:33 each Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.511 2011/11/03 04:53:27 each Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -15062,9 +15062,8 @@ HOST-127.EXAMPLE. MX 0 .
 // RFC1918 space and some reserved space, which is
 // commonly used in spoofing attacks.
 acl bogusnets {
-        0.0.0.0/8; 1.0.0.0/8; 2.0.0.0/8; 192.0.2.0/24;
-        224.0.0.0/3; 10.0.0.0/8; 172.16.0.0/12;
-        192.168.0.0/16;
+        0.0.0.0/8;  192.0.2.0/24; 224.0.0.0/3;
+        10.0.0.0/8; 172.16.0.0/12; 192.168.0.0/16;
 };
 
 // Set up an ACL called our-nets. Replace this with the