Example: Block an IP range

You can use a configuration similar to the following example to allow all access except from a specific problematic subnet.

{
  "denyAll": false,
  "enabled": true,
  "supportAccessEnabled": false,
  "rules": [
    {
      "target": "1xx.51.100.0/24",
      "block": true
    }
  ]
}