diff options
author | Ignat Korchagin <ignat@cloudflare.com> | 2019-02-06 20:51:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-02-15 11:34:11 +0100 |
commit | def3c7c791e7918a889c2b93dee039ab77b3a523 (patch) | |
tree | 3e3403aff046b006cea58ccee00f42f8cb598bab /docs/DISTRO_PORTING.md | |
parent | Merge pull request #11617 from topimiettinen/backlight-handle-zero-file-load (diff) | |
download | systemd-def3c7c791e7918a889c2b93dee039ab77b3a523.tar.xz systemd-def3c7c791e7918a889c2b93dee039ab77b3a523.zip |
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 'docs/DISTRO_PORTING.md')
-rw-r--r-- | docs/DISTRO_PORTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DISTRO_PORTING.md b/docs/DISTRO_PORTING.md index f8b98bcbae..0099a1334a 100644 --- a/docs/DISTRO_PORTING.md +++ b/docs/DISTRO_PORTING.md @@ -49,8 +49,8 @@ NTP servers. ## DNS Servers -By default, systemd-resolved uses the Google Public DNS servers -`8.8.8.8`, `8.8.4.4`, `2001:4860:4860::8888`, `2001:4860:4860::8844` +By default, systemd-resolved uses Cloudflare and Google Public DNS servers +`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` as fallback, if no other DNS configuration is available. Use `-Ddns-servers=` to direct systemd-resolved to different fallback |