IP filtering is applied before rate limiting. Configure it via theDocumentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
ip_filter field in any policy.
Allowlist (only listed CIDRs pass)
403 Forbidden.
Denylist (listed CIDRs are blocked)
Fields
| Field | Description |
|---|---|
mode | allow — only listed CIDRs pass. deny — listed CIDRs are blocked |
cidrs | List of CIDR ranges (IPv4 or IPv6) |
Apply to an App
When Nexus is behind a load balancer or Kubernetes ingress, set
GATEWAY_TRUSTED_PROXY_IPS so the real client IP is extracted from X-Forwarded-For rather than the proxy IP.