headscale: disable MagicDNS

https://github.com/tailscale/tailscale/issues/915#issuecomment-749225697
This commit is contained in:
Motiejus Jakštys 2023-08-17 06:07:28 +00:00
parent 03c9f144e0
commit dac4422f99
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
log.level = "warn";
dns_config = {
nameservers = ["1.1.1.1" "8.8.4.4"];
magic_dns = true;
magic_dns = false;
base_domain = "jakst";
};
oidc = {