Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created February 10, 2026 16:47
Show Gist options
  • Select an option

  • Save RichardBray/b5669cedc233f59ed2db5589c5fb5067 to your computer and use it in GitHub Desktop.

Select an option

Save RichardBray/b5669cedc233f59ed2db5589c5fb5067 to your computer and use it in GitHub Desktop.
Access control policy example file for Headscale
{
"acls": [
{"action": "accept", "src": ["*"], "dst": ["*:*"]}
],
"ssh": [
{"action": "accept", "src": ["autogroup:member"], "dst": ["autogroup:member"], "users": ["root"]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment