headscale/tests/acls/acl_policy_basic_user_as_user.hujson

21 lines
357 B
Plaintext
Raw Permalink Normal View History

2021-07-04 11:23:31 +00:00
// This ACL is used to test namespace expansion
2021-07-04 11:01:41 +00:00
{
"hosts": {
2021-07-04 11:01:41 +00:00
"host-1": "100.100.100.100",
"subnet-1": "100.100.101.100/24",
},
"acls": [
2021-07-04 11:01:41 +00:00
{
"action": "accept",
"src": [
"testuser",
2021-07-04 11:01:41 +00:00
],
"dst": [
2021-07-04 11:01:41 +00:00
"host-1:*",
],
},
],
}