fix: use quad9 as DNS

private DNS inside of the tailnet breaks the connection occasionally
This commit is contained in:
Nydragon 2024-12-19 12:58:20 +01:00
parent 599a549540
commit 0c0245a8b4
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -6,7 +6,8 @@
base_domain = "ts"; base_domain = "ts";
nameservers.global = [ nameservers.global = [
"100.64.0.4" #"100.64.0.4"
"9.9.9.9"
]; ];
extra_records = extra_records =