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

Christian Hesse eworm at gemini.archlinux.org
Mon Mar 14 21:42:20 UTC 2022


    Date: Monday, March 14, 2022 @ 21:42:20
  Author: eworm
Revision: 439690

Re-enable Cloudflare for fallback name servers...

... as the issue was resolved by Cloudflare some time ago.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 21:22:08 UTC (rev 439689)
+++ PKGBUILD	2022-03-14 21:42:20 UTC (rev 439690)
@@ -96,12 +96,10 @@
     #  * Cloudflare (https://1.1.1.1/)
     #  * 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'
+    '1.1.1.1#cloudflare-dns.com'
     '9.9.9.9#dns.quad9.net'
     '8.8.8.8#dns.google'
-    #'2606:4700:4700::1111#cloudflare-dns.com'
+    '2606:4700:4700::1111#cloudflare-dns.com'
     '2620:fe::9#dns.quad9.net'
     '2001:4860:4860::8888#dns.google'
   )



More information about the arch-commits mailing list