From 68fffd5c9397e77c70f0367e836f887c4f56d5a8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 4 May 2002 21:33:59 +0000 Subject: [PATCH] add address to query-source --- FAQ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ b/FAQ index bdeac422f0..97181c902c 100644 --- a/FAQ +++ b/FAQ @@ -242,26 +242,26 @@ use those to make sure you reach the correct view on the other machine. match-clients { !10.0.1.2; !10.0.1.4; 10.0.1/24; }; notify-source 10.0.1.1; transfer-source 10.0.1.1; - query-source 10.0.1.1; + query-source address 10.0.1.1; external: match-clients { any; }; recursion no; // don't offer recursion to the world notify-source 10.0.1.2; transfer-source 10.0.1.2; - query-source 10.0.1.2; + query-source address 10.0.1.2; Slave: 10.0.1.3 (internal), 10.0.1.4 (external, IP alias) internal: match-clients { !10.0.1.2; !10.0.1.4; 10.0.1/24; }; notify-source 10.0.1.3; transfer-source 10.0.1.3; - query-source 10.0.1.3; + query-source address 10.0.1.3; external: match-clients { any; }; recursion no; // don't offer recursion to the world notify-source 10.0.1.4; transfer-source 10.0.1.4; - query-source 10.0.1.4; + query-source address 10.0.1.4; You put the external address on the alias so that all the other dns clients on these boxes see the internal view by default.