From 80c2098825d4fe5193e12caf895fdfdca83a124b Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Thu, 20 Aug 2009 01:13:34 +0000 Subject: [PATCH] regen --- FAQ | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/FAQ b/FAQ index 2846b31fe0..4df1d764ce 100644 --- a/FAQ +++ b/FAQ @@ -157,12 +157,17 @@ A: BIND 9.3 and later: Use TSIG to select the appropriate view. secret "xxxxxxxx"; }; view "internal" { - match-clients { !key external; 10.0.1/24; }; + match-clients { !key external; // reject message ment for the + // external view. + 10.0.1/24; }; // accept from these addresses. ... }; view "external" { match-clients { key external; any; }; - server 10.0.1.2 { keys external; }; + server 10.0.1.2 { keys external; }; // tag messages from the + // external view to the + // other servers for the + // view. recursion no; ... }; -- GitLab