[arch-commits] Commit in systemd/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Wed Feb 9 17:41:37 UTC 2022


    Date: Wednesday, February 9, 2022 @ 17:41:37
  Author: eworm
Revision: 436748

use default Quad9 addresses

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-09 17:34:51 UTC (rev 436747)
+++ PKGBUILD	2022-02-09 17:41:37 UTC (rev 436748)
@@ -92,15 +92,15 @@
   local _nameservers=(
     # We use these public name services, ordered by their privacy policy (hopefully):
     #  * Cloudflare (https://1.1.1.1/)
-    #  * Quad9 without filtering (https://www.quad9.net/)
+    #  * Quad9 (https://www.quad9.net/)
     #  * Google (https://developers.google.com/speed/public-dns/)
     # TODO: go back to cloudflare? Currently it is unusable with systemd-resolved...
     #  https://community.cloudflare.com/t/ttl-for-cnames/354506
     #'1.1.1.1#cloudflare-dns.com'
-    '9.9.9.10#dns.quad9.net'
+    '9.9.9.9#dns.quad9.net'
     '8.8.8.8#dns.google'
     #'2606:4700:4700::1111#cloudflare-dns.com'
-    '2620:fe::10#dns.quad9.net'
+    '2620:fe::9#dns.quad9.net'
     '2001:4860:4860::8888#dns.google'
   )
 



More information about the arch-commits mailing list