mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-13 09:37:47 +00:00
feat: implements apis for managing headscale policy (#1792)
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user