nginx-ip-whitelister icon indicating copy to clipboard operation
nginx-ip-whitelister copied to clipboard

Backend for ngx_http_auth_request_module that whitelists remote IP address if a key is presented in URL.

Results 5 nginx-ip-whitelister issues
Sort by recently updated
recently updated
newest added

Define a test suite that will define correct behavior so that code changes can't inadvertendly cause bugs.

enhancement

For some use cases it's nice/needed to be able to have some ips or cidrs whitelisted by default without timeout. I know this is possible to configure in nginx itself,...

enhancement

Rename `/verify` to `/verify/v1` to separate the current validation engine from future versions.

enhancement

Maintain a blacklist that will be auto-populated when too many rejected requests are made from the same IP. * Create a blacklist store. * Record rejected attempts from each IP...

enhancement

Hey, love the project and thank you for the detailed documentation! Regarding this: > You can also use /approve to always unconditionally pass the check, and /reject to always unconditionally...