codeling / bfstop

Brute Force Stop Plugin (for Joomla!)
https://bfstop.bfroehler.info
GNU General Public License v3.0
36 stars 20 forks source link

IPv6 CIDR subnet matching support #142

Open codeling opened 7 years ago

codeling commented 7 years ago

Currently, bfstop supports single IPv4 addresses, IPv4 CIDR subnet matches, and single IPv6 address matching. IPv6 CIDR subnet matching requires a more sophisticated check than IPv4 (see https://github.com/codeling/bfstop/issues/117#issuecomment-201072755).