diff options
author | Ignat Korchagin <ignat@cloudflare.com> | 2019-02-06 19:51:28 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-02-15 11:34:11 +0100 |
commit | def3c7c791e7918a889c2b93dee039ab77b3a523 (patch) | |
tree | 3e3403aff046b006cea58ccee00f42f8cb598bab /meson_options.txt | |
parent | bd0a4a3da8a28ebf07ddb9f23e2d584e67c0d61e (diff) | |
download | systemd-def3c7c791e7918a889c2b93dee039ab77b3a523.tar.gz |
resolved: use Cloudflare public DNS server as a default fallback alongside Google one
Cloudflare public DNS service is currently the fastest one according to
https://www.dnsperf.com/#!dns-resolvers. Why not improve the experience for
systemd users using this as a default fallback nameserver?
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 044bb792b5..050d65bfc1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -213,7 +213,7 @@ option('dns-over-tls', type : 'combo', choices : ['auto', 'gnutls', 'openssl', ' description : 'DNS-over-TLS support') option('dns-servers', type : 'string', description : 'space-separated list of default DNS servers', - value : '8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844') + value : '1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8888 2606:4700:4700::1001 2001:4860:4860::8844') option('ntp-servers', type : 'string', description : 'space-separated list of default NTP servers', value : 'time1.google.com time2.google.com time3.google.com time4.google.com') |