diff options
-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 650612b..b7c9886 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 { 192.168.222.0/24; }; + match-clients { 127.0.0.0/24; 192.168.222.0/24; }; include "/etc/local-COMMON/bind/named_BASE.conf"; include "/etc/local-JONES.DK/bind/named.conf.fake-222"; |