Example: Multiple allowed networks

You can use a configuration similar to the following example to allow access from multiple office locations.

{
  "denyAll": true,
  "enabled": true,
  "rules": [
    {
      "target": "192.0.2.50/32",
      "block": false
    },
    {
      "target": "198.51.100.0/24",
      "block": false
    },
    {
      "target": "203.0.113.0/24",
      "block": false
    }
  ]
}