]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: limit internal DNS options properly
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Sep 2011 09:00:34 +0000 (03:00 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 16 Sep 2011 09:00:34 +0000 (03:00 -0600)
src/cf.data.pre

index bd4d751f600910c6d2171b21c66b471aa158d48a..f7211f9a32c5a39ee7fc744591327217a241c8f7 100644 (file)
@@ -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