Disable the fallback DNS servers.

This commit is contained in:
Tom Alexander 2025-01-13 17:43:38 -05:00
parent 0ca26e73fb
commit dbf3f2e983
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -5,6 +5,16 @@
...
}:
# Alternative DNS servers:
# "1.0.0.1#cloudflare-dns.com"
# "1.1.1.1#cloudflare-dns.com"
# "2606:4700:4700::1001#cloudflare-dns.com"
# "2606:4700:4700::1111#cloudflare-dns.com"
# "8.8.4.4#dns.google"
# "8.8.8.8#dns.google"
# "2001:4860:4860::8844#dns.google"
# "2001:4860:4860::8888#dns.google"
{
imports = [ ];
@ -18,7 +28,7 @@
enable = true;
dnssec = "true";
domains = [ "~." ];
# fallbackDns = [ ];
fallbackDns = [ ];
dnsovertls = "true";
};