From fafb90ae2e1920b27ba7f0b6d934cbc8cad55a88 Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 17 Aug 2020 15:01:17 +0200 Subject: [PATCH] Update dns-over-https.md Add IPv6 for external lookups --- docs/guides/dns-over-https.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 52c439f..860ada6 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -131,6 +131,9 @@ proxy-dns-port: 5053 proxy-dns-upstream: - https://1.1.1.1/dns-query - https://1.0.0.1/dns-query + #Uncomment following if you want to also want to use IPv6 for external DOH lookups + #- https://[2606:4700:4700::1111]/dns-query + #- https://[2606:4700:4700::1001]/dns-query ``` Now install the service via `cloudflared`'s [service command](https://developers.cloudflare.com/argo-tunnel/reference/arguments/#service-command):