diff --git a/system/services/stubby.nix b/system/services/stubby.nix index c8a99d5..b00eb67 100644 --- a/system/services/stubby.nix +++ b/system/services/stubby.nix @@ -16,7 +16,10 @@ in upstream_recursive_servers = [ { address_data = "1.1.1.1"; - tls_port = 853; + tls_auth_name = "cloudflare-dns.com"; + } + { + address_data = "1.0.0.1"; tls_auth_name = "cloudflare-dns.com"; } ];