1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00
juanfont.headscale/tests/acls/acl_policy_basic_user_as_user.hujson

21 lines
357 B
Plaintext
Raw Permalink Normal View History

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