From 87571d4a7fcc86f431a6e796a89b2979328d7ceb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 30 Aug 2023 21:32:22 +0200 Subject: [PATCH] Add an IPv6 forwarding example Fixes #2474 --- dnscrypt-proxy/example-forwarding-rules.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dnscrypt-proxy/example-forwarding-rules.txt b/dnscrypt-proxy/example-forwarding-rules.txt index 7a018242..fbef4bc1 100644 --- a/dnscrypt-proxy/example-forwarding-rules.txt +++ b/dnscrypt-proxy/example-forwarding-rules.txt @@ -25,6 +25,9 @@ ## Forward queries for example.com and *.example.com to 9.9.9.9 and 8.8.8.8 # example.com 9.9.9.9,8.8.8.8 +## Forward queries to a resolver using IPv6 +# ipv6.example.com [2001:DB8::42]:53 + ## Forward queries for .onion names to a local Tor client ## Tor must be configured with the following in the torrc file: ## DNSPort 9053