Server/headscale: override local dns

For some reason extra dns records don't apply without the override
This commit is contained in:
Toast 2024-11-03 01:19:30 +01:00
parent 0e66939ab1
commit 34e1dd0bfc

View file

@ -9,6 +9,7 @@
dns_config = {
base_domain = "tailscale";
nameservers = ["9.9.9.9"];
override_local_dns = true;
};
};
};