Unkey Deploy is currently in private beta. To get access, reach out on
Discord or email
support@unkey.com.
IP rules are coming soon.
How it works
IP rules evaluate two lists against the client’s IP address:| List | Description |
|---|---|
| Allow | CIDR ranges permitted to access the service |
| Deny | CIDR ranges blocked from accessing the service |
403 regardless of the allow list. If an allow list is configured and the client IP doesn’t match any entry, the request is also rejected.
Client IP resolution
The Sentinel derives the client IP from theX-Forwarded-For header using a trusted proxy configuration. This ensures accurate IP detection when your app runs behind load balancers or CDNs.
Configuration examples
Block a specific address while allowing a corporate network:| List | CIDR range |
|---|---|
| Allow | 10.0.0.0/8 |
| Deny | 10.0.1.100/32 |

