From 152417493096553100509f42987edb4f3b6c4855 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 18 Jun 2024 19:20:55 +0700 Subject: [PATCH] stubby: added second cloudflare dns server address --- system/services/stubby.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; } ];