Server/headscale: update settings
This commit is contained in:
parent
fdad5d88bb
commit
7ad9530040
6 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue