feat(headscale): add ACL rule for Patrizio to access web services
Add new ACL entry allowing Patrizio tagged devices to access web services on port 443. Also reformat the entire acl.json file with consistent 2-space indentation for better readability.
This commit is contained in:
parent
dc740ece40
commit
8cf346db12
@ -36,6 +36,16 @@
|
||||
"dst": [
|
||||
"tag:dns:53"
|
||||
]
|
||||
},
|
||||
// Patrizio needs access to web services
|
||||
{
|
||||
"action": "accept",
|
||||
"src": [
|
||||
"tag:patrizio"
|
||||
],
|
||||
"dst": [
|
||||
"tag:web:443"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user