feat: link new acl config
This commit is contained in:
parent
23a08ba8f2
commit
67e8b43807
@ -50,10 +50,9 @@
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
"src": ["davide", "dario"],
|
||||
"src": ["group:family"],
|
||||
"dst": [
|
||||
"davide:*",
|
||||
"dario:*"
|
||||
"group:family:*"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -213,7 +213,7 @@ policy:
|
||||
mode: file
|
||||
# If the mode is set to "file", the path to a
|
||||
# HuJSON file containing ACL policies.
|
||||
path: ""
|
||||
path: "/etc/headscale/acl.json"
|
||||
|
||||
## DNS
|
||||
#
|
||||
@ -279,6 +279,9 @@ dns:
|
||||
- name: "pi.hole"
|
||||
type: "A"
|
||||
value: "100.64.0.4"
|
||||
- name: "pihole.lan.poldebra.me"
|
||||
type: "A"
|
||||
value: "100.64.0.4"
|
||||
# - name: "grafana.myvpn.example.com"
|
||||
# type: "A"
|
||||
# value: "100.64.0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user