feat(systems/hosts/dns): change to quad9 dns10
1 files changed, 1 insertions(+), 1 deletions(-) M systems/hosts/dns/default.nix
M systems/hosts/dns/default.nix => systems/hosts/dns/default.nix +1 -1
@@ 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;