mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-10 09:02:30 +08:00
f19e8aa7f0
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
20 lines
357 B
Text
20 lines
357 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": [
|
|
"testuser",
|
|
],
|
|
"dst": [
|
|
"host-1:*",
|
|
],
|
|
},
|
|
],
|
|
}
|