headscale/tests/acls/acl_policy_basic_wildcards.hujson
2021-07-04 13:01:41 +02:00

20 lines
343 B
Plaintext

// This ACL is used to test wildcards
{
"Hosts": {
"host-1": "100.100.100.100",
"subnet-1": "100.100.101.100/24",
},
"ACLs": [
{
"Action": "accept",
"Users": [
"*",
],
"Ports": [
"host-1:*",
],
},
],
}