diff options
Diffstat (limited to 'named.conf.sample')
| -rw-r--r-- | named.conf.sample | 4 |
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"; |
