mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-14 11:37:23 +08:00
20 lines
No EOL
343 B
Text
20 lines
No EOL
343 B
Text
// 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:*",
|
|
],
|
|
},
|
|
],
|
|
} |