burrow/nixos/modules/burrow-headscale-policy.hujson
2026-03-31 14:56:27 -07:00

11 lines
238 B
Text

{
// Bootstrap with a simple allow-all policy; Burrow-specific lane segmentation
// can be layered on once the control plane is live.
"acls": [
{
"action": "accept",
"src": ["*"],
"dst": ["*:*"],
},
],
}