]> git.openstreetmap.org Git - chef.git/commitdiff
Add a systemd-resolved FallbackDNS list
authorGrant Slater <git@firefishy.com>
Sat, 23 Nov 2019 14:58:04 +0000 (14:58 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 23 Nov 2019 14:58:15 +0000 (14:58 +0000)
The default in systemd for ubuntu in 18.04 is an empty fallback
list.

Use a reasonable list:

* 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
9.9.9.10
8.8.8.8
2606:4700:4700::1111
2620:fe::10
2001:4860:4860::8888

List from https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/systemd#n103


No differences found