From 0c0245a8b4df2989359df9091c0d7db1f20d5b8c Mon Sep 17 00:00:00 2001 From: Nydragon Date: Thu, 19 Dec 2024 12:58:20 +0100 Subject: [PATCH] fix: use quad9 as DNS private DNS inside of the tailnet breaks the connection occasionally --- hosts/raptus/headscale/dns.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/raptus/headscale/dns.nix b/hosts/raptus/headscale/dns.nix index 956901c..acad1e0 100644 --- a/hosts/raptus/headscale/dns.nix +++ b/hosts/raptus/headscale/dns.nix @@ -6,7 +6,8 @@ base_domain = "ts"; nameservers.global = [ - "100.64.0.4" + #"100.64.0.4" + "9.9.9.9" ]; extra_records =