]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 5054: mark dns_v4_first as obsolete in cf.data.pre (#687)
authorDrDaveD <2129743+DrDaveD@users.noreply.github.com>
Sat, 4 Jul 2020 02:05:27 +0000 (02:05 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 9 Aug 2020 18:06:11 +0000 (06:06 +1200)
The dns_v4_first directive is ignored since commit fd9c47d.

src/cf.data.pre

index 74e3b301c93c31c18f2137cb8dcb50fcffbc5433..a86210cc18b0c590d83bf53cf2580ea42609541b 100644 (file)
@@ -181,6 +181,13 @@ DOC_START
        This option is not yet supported by Squid-3.
 DOC_END
 
+# Options removed in 5.x
+NAME: dns_v4_first
+TYPE: obsolete
+DOC_START
+       Remove this line. Squid no longer supports preferential treatment of DNS A records.
+DOC_END
+
 # Options removed in 4.x
 NAME: cache_peer_domain cache_host_domain
 TYPE: obsolete
@@ -9975,24 +9982,6 @@ DOC_START
        nameservers by setting this option to 'off'.
 DOC_END
 
-NAME: dns_v4_first
-TYPE: onoff
-DEFAULT: off
-LOC: Config.dns.v4_first
-DOC_START
-       With the IPv6 Internet being as fast or faster than IPv4 Internet
-       for most networks Squid prefers to contact websites over IPv6.
-
-       This option reverses the order of preference to make Squid contact
-       dual-stack websites over IPv4 first. Squid will still perform both
-       IPv6 and IPv4 DNS lookups before connecting.
-
-       WARNING:
-         This option will restrict the situations under which IPv6
-         connectivity is used (and tested). Hiding network problems
-         which would otherwise be detected and warned about.
-DOC_END
-
 NAME: ipcache_size
 COMMENT: (number of entries)
 TYPE: int