Fix Headscale bootstrap policy syntax
This commit is contained in:
parent
de25f240d5
commit
b8347f62ba
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
// Bootstrap with a simple allow-all policy; Burrow-specific lane segmentation
|
||||
// can be layered on once the control plane is live.
|
||||
acls: [
|
||||
"acls": [
|
||||
{
|
||||
action: "accept",
|
||||
src: ["*"],
|
||||
dst: ["*:*"],
|
||||
"action": "accept",
|
||||
"src": ["*"],
|
||||
"dst": ["*:*"],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue