tomMoulard / fail2ban

Traefik plugin on fail2ban middleware
MIT License
190 stars 10 forks source link

Optimize regexp compilations #80

Closed tomMoulard closed 9 months ago

tomMoulard commented 9 months ago

URLRegexps are now compiled in the New() func instead of in the ServeHTTP() func which should also improve performances