From ec82302a89767f92a2e02c2d6a07986eab511c96 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 20 Nov 2023 04:09:37 +0100 Subject: [PATCH] feat(dns): Add DoT as upstream to see which one is quicker --- apps/k8s01/dns/dns.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml index ff1477644..df7cdf510 100644 --- a/apps/k8s01/dns/dns.yaml +++ b/apps/k8s01/dns/dns.yaml @@ -16,6 +16,7 @@ data: groups: default: - https://dns.quad9.net/dns-query + - tcp-tls:dns.quad9.net:853 bootstrapDns: - https://1.1.1.1/dns-query - tcp+udp:9.9.9.9 -- GitLab