feat: add acl policies to the headscale

This commit is contained in:
2026-02-01 01:14:58 +01:00
parent d25d213d9b
commit 3ee0b96ed5
2 changed files with 27 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"groups": {
"group:admin": [
"admin@"
],
"group:users": []
},
"tagOwners": {},
"hosts": {},
"acls": [
{
"#ha-meta": {
"name": "users",
"open": true
},
"action": "accept",
"src": [
"autogroup:member"
],
"dst": [
"autogroup:self:*"
]
}
],
"ssh": []
}