From 1b4c7b08fa9fc480cdd0eebc07318ef1171176fc Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 16 Sep 2011 03:00:34 -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 bd4d751f60..f7211f9a32 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -6421,6 +6421,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 @@ -6433,6 +6434,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.2