From 31c347120effc80d6348ec38c7a176f19d9b6c8d Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 10 Nov 2024 15:42:15 +0200 Subject: [PATCH] feat(systems/hosts/dns): change to quad9 dns10 --- systems/hosts/dns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/hosts/dns/default.nix b/systems/hosts/dns/default.nix index b0541e4..db01412 100644 --- a/systems/hosts/dns/default.nix +++ b/systems/hosts/dns/default.nix @@ -2,7 +2,7 @@ proxyAlias = "proxy.home.arpa"; proxyIP = "10.1.2.10"; - defaultDnsServers = ["https://dns.quad9.net/dns-query"]; + defaultDnsServers = ["https://dns10.quad9.net/dns-query"]; bootstrapDnsServers = ["9.9.9.9"]; portDns = 53; -- 2.44.1