[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] share/debian-edu-config/squid.conf: Prefer DNSv4 lookups over DNSv6. Debian...
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Mon Mar 21 07:34:40 GMT 2022
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config
Commits:
0084a4cf by Mike Gabriel at 2022-03-21T08:33:30+01:00
share/debian-edu-config/squid.conf: Prefer DNSv4 lookups over DNSv6. Debian Edu does not yet fully support IPv6 and many schools still use IPv4 primarily. This gives a great performance boost to squid installations if IPv6 internet is not fully available for whatever reason. (Closes: #1006375).
- - - - -
1 changed file:
- share/debian-edu-config/squid.conf
Changes:
=====================================
share/debian-edu-config/squid.conf
=====================================
@@ -6,6 +6,11 @@ maximum_object_size 153600 KB
# - Appends .intern to hostnames without any dots in them.
append_domain .intern
+# Currently, Debian Edu does not support IPv6 on the internal network
+# thus, we should try to use DNSv4 preferrably for the http proxy.
+# See https://bugs.debian.org/1006375
+dns_v4_first on
+
# Adjust cache size to fit size of /var/spool/squid, the initial capacity value
# is dynamically updated using
# /usr/share/debian-edu-config/tools/squid-update-cachedir
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/0084a4cff35b531612d2689b540e89f43af74091
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/0084a4cff35b531612d2689b540e89f43af74091
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20220321/4cc92930/attachment.htm>
More information about the debian-edu-commits
mailing list