Releases: jvdmr/mod_evasive
Releases · jvdmr/mod_evasive
July 2024 - Segfault fix + DOSWhitelistUri on Windows
What's Changed
- Update mod_evasive24.c to prevent segfault by @WebReusAbuse in #27
- Update mod_evasive24win.c to include the
DOSWhitelistUri
feature previously released in v2.2.0
New Contributors
- @WebReusAbuse made their first contribution in #27
Full Changelog: 2.2.0...2.3.0
Februari 2020 - DOSWhitelistUri
In this release, we add a new configuration option DOSWhitelistUri
which takes a Perl-style regex and matches it against the request's URI. If it matches, the request is allowed and not counted towards the DOS limit.
September 2019 - Matching version to debian package version
Nothing new, just creating this release on GitHub to match the version specified in the .deb package
June 2019 - Updated Changelog
Nothing new, just the CHANGELOG has been updated to reflect the current state of the project.
November 2018 - first official release
This release marks what has been created by @jzdziarski and @jvdmr as an officially stable version.