You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.maxIpsCount option was added recently.
But it still has a potential problem because proxies between client and server can be dynamic.
IMO, ngx_http_realip_module suggests a better way.
It accepts whitelist and returns the last non-trusted IP.
Please consider implementing a same option in koa.
The text was updated successfully, but these errors were encountered:
app.maxIpsCount
option was added recently.But it still has a potential problem because proxies between client and server can be dynamic.
IMO,
ngx_http_realip_module
suggests a better way.It accepts whitelist and returns the last non-trusted IP.
Please consider implementing a same option in koa.
The text was updated successfully, but these errors were encountered: