Fix Headscale bootstrap policy syntax

This commit is contained in:
Conrad Kramer 2026-03-31 14:56:27 -07:00
parent de25f240d5
commit b8347f62ba

View file

@ -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": ["*:*"],
},
],
}