diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-12-05 13:08:07 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-12-05 13:08:07 +0000 |
commit | bb96cb02fad03d33a1b5c44ee933ec1c18188858 (patch) | |
tree | 8c33c8a20118c575c3592a86a35042602c64c988 | |
parent | 6b3ff94f7c4964f733cab75e5cbde3442f3d1dbf (diff) |
fake-222 is only for 192.168.222.0/24 (not localnets).
-rw-r--r-- | bind/named.conf.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index 21569dd..6969775 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -1,7 +1,7 @@ include "/etc/local-JONES.DK/bind/named.conf.acl"; view "222" { - match-clients { localnets; 192.168.222.0/24; }; + match-clients { 192.168.222.0/24; }; include "/etc/local-COMMON/bind/named_BASE.conf"; include "/etc/local-JONES.DK/bind/named.conf.fake-222"; |