-
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
Description
Sometimes spammers are very persistent, and we need to ban an entire ISP at a time
There is a library to convert ASNs into sets of IP ranges: https://github.com/io-developer/php-whois?tab=readme-ov-file#how-to-get-summary-using-asn-number
Perhaps a box on the admin tools for "Ban ASN" -> it fetches the ranges, displays the list of ranges as a confirmation -> button to add all ranges to the IP ban list
Though if we're bulk-adding ranges, we might also want to be able to bulk-delete bans
Reactions are currently unavailable