From a806fb460ebef595e2f0b3e73730eddab97c6d5e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 11 Aug 2023 14:52:48 +0200 Subject: [PATCH] Default to localhost and ARN open resolver --- conf/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index aa19799..3af7108 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -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.