From: Amos Jeffries Date: Tue, 30 Aug 2011 08:45:01 +0000 (-0600) Subject: Docs: limit internal DNS options properly X-Git-Tag: take08~35^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f10a6c8aece4f337a3646786e64cdaf199f889c5;p=thirdparty%2Fsquid.git Docs: limit internal DNS options properly --- 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