feat(headscale): enable magic DNS

main
LeRoyce Pearson 2024-01-01 01:57:51 -07:00
parent 292ba5e4be
commit 1d220920e0
1 changed files with 5 additions and 0 deletions

View File

@ -204,6 +204,11 @@
metrics_listen_addr = "127.0.0.1:64640"; metrics_listen_addr = "127.0.0.1:64640";
tls_cert_path = null; tls_cert_path = null;
tls_key_path = null; tls_key_path = null;
dns_config = {
nameservers = [ "127.0.0.1" ];
magic_dns = true;
};
}; };
}; };