Zum Inhalt

CIDR allowlist

Verified configuration for NGINX Abuse Guard. Directive: abuse_guard_allow.

  • Contexts from source: http, server, location
  • Argument shape from source: 1+
  • Subsystem: http

nginx -t: passed during the verification recorded at 2026-08-23T09:36:52Z.

abuse_guard_zone zone=base:1m key=$binary_remote_addr statuses=404 interval=5s threshold=3 block=2s;
server { abuse_guard_allow 127.0.0.1; location / { abuse_guard zone=base; } }

View the public evidence.