mirror of
https://github.com/YunoHost-Apps/headscale_ynh.git
synced 2024-09-03 19:25:53 +02:00
Default to localhost and ARN open resolver
This commit is contained in:
parent
e916fe2fe6
commit
a806fb460e
1 changed files with 3 additions and 1 deletions
|
@ -199,7 +199,9 @@ dns_config:
|
|||
|
||||
# List of DNS servers to expose to clients.
|
||||
nameservers:
|
||||
- 1.1.1.1
|
||||
- 127.0.0.1
|
||||
- 89.234.141.66
|
||||
- 2a00:5881:8100:1000::3
|
||||
|
||||
# NextDNS (see https://tailscale.com/kb/1218/nextdns/).
|
||||
# "abc123" is example NextDNS ID, replace with yours.
|
||||
|
|
Loading…
Reference in a new issue