Server/headscale: update ip prefixes setting

This commit is contained in:
Toast 2024-11-07 12:39:23 +01:00
parent 38281315f7
commit 99e5c29a3b

View file

@ -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"];