From: Amos Jeffries Date: Fri, 16 Sep 2011 09:00:34 +0000 (-0600) Subject: Docs: limit internal DNS options properly X-Git-Tag: SQUID_3_1_16~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b4c7b08fa9fc480cdd0eebc07318ef1171176fc;p=thirdparty%2Fsquid.git Docs: limit internal DNS options properly --- 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