tailscale, headscale: Use internal DNS
This commit is contained in:
parent
3a9a3c40b0
commit
909f820af5
6 changed files with 6 additions and 16 deletions
|
@ -39,7 +39,10 @@ in
|
|||
settings = {
|
||||
server_url = "https://${cfg.domain}:443";
|
||||
prefixes.allocation = "random";
|
||||
dns.magic_dns = false;
|
||||
dns = {
|
||||
magic_dns = true;
|
||||
base_domain = "birdsong.network";
|
||||
};
|
||||
|
||||
# disable built-in ACME client
|
||||
tls_cert_path = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue