headscale/tests/acls/acl_policy_basic_user_as_user.hujson
Kristoffer Dalby bf0b85f382 Rename acl test file
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-01-18 15:40:04 +01:00

20 lines
No EOL
361 B
Text

// This ACL is used to test namespace expansion
{
"hosts": {
"host-1": "100.100.100.100",
"subnet-1": "100.100.101.100/24",
},
"acls": [
{
"action": "accept",
"src": [
"testnamespace",
],
"dst": [
"host-1:*",
],
},
],
}