Add an IPv6 forwarding example

Fixes #2474
This commit is contained in:
Frank Denis 2023-08-30 21:32:22 +02:00
parent f531c8fffb
commit 87571d4a7f
1 changed files with 3 additions and 0 deletions

View File

@ -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