Created
February 10, 2026 16:47
-
-
Save RichardBray/b5669cedc233f59ed2db5589c5fb5067 to your computer and use it in GitHub Desktop.
Access control policy example file for Headscale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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