From 0a2a8baf4efe43358a24cf36f7fd7a7a9b1e23bd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 21 Aug 2006 13:53:42 +0000 Subject: Have localhost use fake-222 config. --- bind/named.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bind/named.conf.local') 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"; -- cgit v1.2.3