feat: implements apis for managing headscale policy (#1792)
This commit is contained in:
parent
00ff288f0c
commit
58bd38a609
39 changed files with 1875 additions and 567 deletions
|
@ -203,10 +203,18 @@ log:
|
|||
format: text
|
||||
level: info
|
||||
|
||||
# Path to a file containing ACL policies.
|
||||
# ACLs can be defined as YAML or HUJSON.
|
||||
# https://tailscale.com/kb/1018/acls/
|
||||
acl_policy_path: ""
|
||||
## Policy
|
||||
# headscale supports Tailscale's ACL policies.
|
||||
# Please have a look to their KB to better
|
||||
# understand the concepts: https://tailscale.com/kb/1018/acls/
|
||||
policy:
|
||||
# The mode can be "file" or "database" that defines
|
||||
# where the ACL policies are stored and read from.
|
||||
mode: file
|
||||
# If the mode is set to "file", the
|
||||
# path to a file containing ACL policies.
|
||||
# The file can be in YAML or HuJSON format.
|
||||
path: ""
|
||||
|
||||
## DNS
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue