Server/headscale: set up ip prefixes
This commit is contained in:
parent
dfd094ef67
commit
37f3b3fc60
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
server_url = "https://headscale.toast003.xyz";
|
server_url = "https://headscale.toast003.xyz";
|
||||||
|
ip_prefixes = [
|
||||||
|
"100.100.0.0/16"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue