[arch-commits] Commit in systemd/trunk (PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Tue Nov 2 10:22:05 UTC 2021
Date: Tuesday, November 2, 2021 @ 10:22:04
Author: eworm
Revision: 426981
add hostnames to fallback DNS servers (FS#72610)
All certificates have ip addresses in subject alternative name, so this
should not be an issue. Anyway... Upstream does it, so we follow.
Modified:
systemd/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 07:59:46 UTC (rev 426980)
+++ PKGBUILD 2021-11-02 10:22:04 UTC (rev 426981)
@@ -106,12 +106,12 @@
# * Cloudflare (https://1.1.1.1/)
# * Quad9 without filtering (https://www.quad9.net/)
# * Google (https://developers.google.com/speed/public-dns/)
- 1.1.1.1
- 9.9.9.10
- 8.8.8.8
- 2606:4700:4700::1111
- 2620:fe::10
- 2001:4860:4860::8888
+ 1.1.1.1#cloudflare-dns.com
+ 9.9.9.10#dns.quad9.net
+ 8.8.8.8#dns.google
+ 2606:4700:4700::1111#cloudflare-dns.com
+ 2620:fe::10#dns.quad9.net
+ 2001:4860:4860::8888#dns.google
)
local _meson_options=(
More information about the arch-commits
mailing list