summaryrefslogtreecommitdiffstats
path: root/named.conf.sample
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2006-06-14 05:26:43 +0000
committerjvdias <jvdias@fedoraproject.org>2006-06-14 05:26:43 +0000
commit9313e2afdfcaa6dda94e82d2cdf220365b241b08 (patch)
treef0f721828e1c3d33fb90df60221bc8b2c4dfbed9 /named.conf.sample
parent0fc8dd0fc4327d05a97cb898431c6537dad7e962 (diff)
fix bugs 191093, 189789; backport selected fixes from upstream v9_3_3b1 CVS
Diffstat (limited to 'named.conf.sample')
-rw-r--r--named.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/named.conf.sample b/named.conf.sample
index 0f46fbd..c8d88bb 100644
--- a/named.conf.sample
+++ b/named.conf.sample
@@ -68,8 +68,8 @@ view "internal"
/* This view will contain zones you want to serve only to "internal" clients
that connect via your directly attached LAN interfaces - "localnets" .
*/
- match-clients { !localnets; !localhost; };
- match-destinations { !localnets; !localhost; };
+ match-clients { localnets; };
+ match-destinations { localnets; };
recursion yes;
// all views must contain the root hints zone:
include "/etc/named.root.hints";