From f10a6c8aece4f337a3646786e64cdaf199f889c5 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 30 Aug 2011 02:45:01 -0600 Subject: [PATCH] Docs: limit internal DNS options properly --- src/cf.data.pre | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cf.data.pre b/src/cf.data.pre index 1c1555cf82..abfda8b410 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -7096,6 +7096,7 @@ NAME: ignore_unknown_nameservers TYPE: onoff LOC: Config.onoff.ignore_unknown_nameservers DEFAULT: on +IFDEF: !USE_DNSSERVERS DOC_START By default Squid checks that DNS responses are received from the same IP addresses they are sent to. If they @@ -7108,6 +7109,7 @@ NAME: dns_v4_fallback TYPE: onoff DEFAULT: on LOC: Config.onoff.dns_require_A +IFDEF: !USE_DNSSERVERS DOC_START Standard practice with DNS is to lookup either A or AAAA records and use the results if it succeeds. Only looking up the other if -- 2.47.3