summaryrefslogtreecommitdiff
path: root/playbooks/roles/outbound/templates/headscale/config/acl.json
blob: fe1197a9ba8e37917bce57e383a1bea584db2887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "groups": {
    "group:admin": ["liz"]
  },
  "acls": [
    {
      "action": "accept",
      "src": ["{{ auth_key_user }}"],
      "dst": ["{{ auth_key_user }}:*", "10.0.0.0/8:*"]
    }
  ]
}