headscale: Add local DNS server
This commit is contained in:
parent
bcfc142119
commit
c143f65c0a
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
||||||
override_local_dns = true;
|
override_local_dns = true;
|
||||||
base_domain = cfg.baseDomain;
|
base_domain = cfg.baseDomain;
|
||||||
nameservers = [
|
nameservers = [
|
||||||
|
"10.0.0.254"
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue