Publish privacy-safe Headscale deployment examples
This commit is contained in:
commit
08bb76a26b
8 changed files with 392 additions and 0 deletions
7
headscale/config/acl.hujson.example
Normal file
7
headscale/config/acl.hujson.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
// Permissive starter policy. Replace it with least-privilege rules.
|
||||
"acls": [
|
||||
{ "action": "accept", "src": ["*"], "dst": ["*:*"] }
|
||||
],
|
||||
"ssh": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue