diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-08-21 13:53:42 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-08-21 13:53:42 +0000 |
commit | 0a2a8baf4efe43358a24cf36f7fd7a7a9b1e23bd (patch) | |
tree | fbed108d137165781a4ad6c3377066df2e9fb843 | |
parent | 1de6fe872f5f0795a0fa3511625dcd6c398f8659 (diff) |
Have localhost use fake-222 config.
-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"; |