Server/headscale: update ip prefixes setting
This commit is contained in:
parent
38281315f7
commit
99e5c29a3b
1 changed files with 1 additions and 3 deletions
|
|
@ -3,9 +3,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
server_url = "https://headscale.toast003.xyz";
|
||||
ip_prefixes = [
|
||||
"100.100.0.0/16"
|
||||
];
|
||||
prefixes.v4 = "100.100.0.0/16";
|
||||
dns = {
|
||||
base_domain = "tailscale";
|
||||
nameservers.global = ["9.9.9.9"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue