drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Hodor plugin add exempt IPs

Open Mis1eader-dev opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. In an SSR application making requests to the backend with Hodor enabled it will get rate limited because it is treated like any other client.

Describe the solution you'd like Have a list of trusted IPs or exempt IPs.

Mis1eader-dev avatar May 05 '24 14:05 Mis1eader-dev

Code in RealIpResolver::matchCidr() can be reused here.

hwc0919 avatar May 07 '24 16:05 hwc0919