PHREL v0.9.3 has been released.
PHREL is a Per Host RatE Limiter. It will track the rate of incoming traffic to a server and insert a chain into IPTables when a configured threshold is crossed. The inserted chain may either rate limit or block the offending host for a period of time.
This new version includes (ChangeLog includes full details):
- Fixed assert failure on incoming traffic from 0.0.0.0/32 (spoofed).
- Added support for SNMPTraps.
- Created MIB for PHREL using temporary enterprises number. Included in the mibs directory.
- Added support for net-snmp, dmalloc, pthread and libpcap to the configure script.
- Cleaned up include headers and fixed compiler warnings.
- Added man page.