summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2006-08-21 13:53:42 +0000
committerJonas Smedegaard <dr@jones.dk>2006-08-21 13:53:42 +0000
commit0a2a8baf4efe43358a24cf36f7fd7a7a9b1e23bd (patch)
treefbed108d137165781a4ad6c3377066df2e9fb843 /bind/named.conf.local
parent1de6fe872f5f0795a0fa3511625dcd6c398f8659 (diff)
Have localhost use fake-222 config.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local2
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";