Add support for NextDNS resolver

This commit is contained in:
Arnar Gauti Ingason 2022-11-07 21:10:06 +01:00 committed by Kristoffer Dalby
parent c0884f94b8
commit 6d3ede1367
4 changed files with 63 additions and 8 deletions

View file

@ -214,6 +214,18 @@ dns_config:
nameservers:
- 1.1.1.1
# NextDNS (see https://tailscale.com/kb/1218/nextdns/).
# "abc123" is example NextDNS ID, replace with yours.
#
# With metadata sharing:
# nameservers:
# - https://dns.nextdns.io/abc123
#
# Without metadata sharing:
# nameservers:
# - 2a07:a8c0::ab:c123
# - 2a07:a8c1::ab:c123
# Split DNS (see https://tailscale.com/kb/1054/dns/),
# list of search domains and the DNS to query for each one.
#