Server/headscale: update settings

This commit is contained in:
Toast 2024-11-06 00:40:41 +01:00
parent fdad5d88bb
commit 7ad9530040
6 changed files with 8 additions and 8 deletions

View file

@ -6,9 +6,9 @@
ip_prefixes = [
"100.100.0.0/16"
];
dns_config = {
dns = {
base_domain = "tailscale";
nameservers = ["9.9.9.9"];
nameservers.global = ["9.9.9.9"];
override_local_dns = true;
};
};