caddy-ext icon indicating copy to clipboard operation
caddy-ext copied to clipboard

Handler support for l4 plugin

Open eth-limo opened this issue 3 years ago • 1 comments

Hi @RussellLuo ,

Is it possible to use your other handlers with the l4 plugin?

eth-limo avatar May 11 '22 17:05 eth-limo

Hi @eth-limo, all handlers except layer4 in this repo are expected to be used at the HTTP level.

If you want to rate limit connections by IP at the TCP level, I guess we need to implement a layer4-specific rate_limit handler.

RussellLuo avatar May 12 '22 00:05 RussellLuo