mholt/caddy-l4

Add `not` Matcher

mohammed90 opened this issue · 0 comments

Matching negation could be very useful. It's very simple to implement. The contributor could replicate the logic from the Caddy HTTP app here:

https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/matchers.go#L1187-L1245