]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorAutomatic Updater <source@isc.org>
Thu, 20 Aug 2009 01:13:34 +0000 (01:13 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 20 Aug 2009 01:13:34 +0000 (01:13 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 2846b31fe09103bf690f12b016d78c1b0653327b..4df1d764ce87c1e53be18e0c19da8d96a8a55780 100644 (file)
--- 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;
                    ...
            };