nginx-ip-whitelister
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.
Define a test suite that will define correct behavior so that code changes can't inadvertendly cause bugs.
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,...
Rename `/verify` to `/verify/v1` to separate the current validation engine from future versions.
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...
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...