From 9313e2afdfcaa6dda94e82d2cdf220365b241b08 Mon Sep 17 00:00:00 2001 From: jvdias Date: Wed, 14 Jun 2006 05:26:43 +0000 Subject: fix bugs 191093, 189789; backport selected fixes from upstream v9_3_3b1 CVS --- named.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'named.conf.sample') 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"; -- cgit