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

Christian Hesse eworm at archlinux.org
Thu Jul 26 11:53:09 UTC 2018


    Date: Thursday, July 26, 2018 @ 11:53:08
  Author: eworm
Revision: 329564

update list of nameservers

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 10:16:13 UTC (rev 329563)
+++ PKGBUILD	2018-07-26 11:53:08 UTC (rev 329564)
@@ -100,11 +100,17 @@
 build() {
   local _timeservers=({0..3}.arch.pool.ntp.org)
   local _nameservers=(
-    # https://1.1.1.1/
+    # 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/)
+    #  * Google (https://developers.google.com/speed/public-dns/)
     1.1.1.1
-    1.0.0.1
+    9.9.9.10
+    8.8.8.8
     2606:4700:4700::1111
-    2606:4700:4700::1001
+    2620:fe::10
+    2001:4860:4860::8888
   )
 
   local _meson_options=(



More information about the arch-commits mailing list