]> 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:56:00 +0000 (04:56 +0000)
committerEvan Hunt <each@isc.org>
Thu, 3 Nov 2011 04:56:00 +0000 (04:56 +0000)
doc/arm/Bv9ARM-book.xml

index 4b8fb3174f16619fd126e7ac4bfb5b20d59f92ad..bfa2c49b89d40fe33285b04d644728bd6a57a092 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.380.14.34 2011/11/03 03:10:48 each Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.380.14.35 2011/11/03 04:56:00 each Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -13188,7 +13188,7 @@ $GENERATE 1-127 $ CNAME $.0</programlisting>
 // Set up an ACL named "bogusnets" that will block 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;
+       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;
 };