infrastructure/ansible/roles/headscale/files/acls.json
Jake Howard 7c8d224c4a
Some checks failed
/ ansible (push) Failing after 39s
/ terraform (push) Failing after 46s
Add headscale ACLs
Tags are managed entirely server side, so there's no priv esc issues.

This lets my devices do what they want, and server style devices can't do anything.
2024-04-20 15:46:21 +01:00

14 lines
190 B
JSON

{
"tagOwners": {
"tag:client": []
},
"acls": [
{
"action": "accept",
"src": ["tag:client"],
"dst": ["*:*"]
}
]
}