zuavra / nginx-ip-whitelister

Backend for ngx_http_auth_request_module that whitelists remote IP address if a key is presented in URL.
MIT License
42 stars 3 forks source link

Supply keys as headers in proxy config #5

Closed zuavra closed 1 year ago

zuavra commented 1 year ago

Use a header such as X-NIPW-Key to pass 1 or more custom keys in the proxy host config.

zuavra commented 1 year ago

Implemented with 9f4d03c.