fix: use quad9 as DNS
private DNS inside of the tailnet breaks the connection occasionally
This commit is contained in:
parent
599a549540
commit
0c0245a8b4
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
base_domain = "ts";
|
||||
|
||||
nameservers.global = [
|
||||
"100.64.0.4"
|
||||
#"100.64.0.4"
|
||||
"9.9.9.9"
|
||||
];
|
||||
|
||||
extra_records =
|
||||
|
|
Loading…
Add table
Reference in a new issue