Server/headscale: override local dns
For some reason extra dns records don't apply without the override
This commit is contained in:
parent
0e66939ab1
commit
34e1dd0bfc
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
dns_config = {
|
||||
base_domain = "tailscale";
|
||||
nameservers = ["9.9.9.9"];
|
||||
override_local_dns = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue