]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: limit internal DNS options properly
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 30 Aug 2011 08:45:01 +0000 (02:45 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 30 Aug 2011 08:45:01 +0000 (02:45 -0600)
src/cf.data.pre

index 1c1555cf82769de4fc3f8ef0b61d11dd15c808d3..abfda8b410dcd3b5ea41fe9603a75618d6cb7fdd 100644 (file)
@@ -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