remove 1/8 and 2/8 from bogusnets example
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.478.8.16 2011/11/03 03:09:17 each Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.478.8.17 2011/11/03 04:54:25 each Exp $ -->
|
||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
||||
@@ -14818,9 +14818,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
|
||||
|
||||
Reference in New Issue
Block a user