Example: Allow an IP within a blocked subnet

In the following example, the entire1xx.168.0.0/16 subnet is blocked. Access from the IP 1xx.168.1.100/32 is allowed. The more specific allow rule is placed first (higher priority) before the broader block rule.

Verify Configuration

You must verify the configuration within 5 minutes, or it will automatically deactivate to prevent lockouts.

PATCH /api/settings/ip-filtering/verify
Authorization: apiToken YOUR_API_TOKEN
Content-Type: application/json

Response:

  • 200 OK: Configuration verified and permanently applied
  • 401 Unauthorized: You've locked yourself out (see troubleshooting)
  • 404 Not Found: No active configuration to verify
  • 500 Internal Server Error: Error occurred during verification

After the configuration is verified, it is permanently active and will remain in effect until modified or deleted.