Forum Moderators: bakedjake
Whereas:
block in quick on xxx from 63.148.99.224/32 to any
/24 = 256 ip addresses
/25 = 128
/26 = 64
/27 = 32
/28 = 16
/29 = 8
/30 = 4
/31 = 2
/32 = 1
This is great for blocking snooping companies like Cyveillance that can't be blocked via user-agent. I also discovered a gem in another forum, using mod_rewrite to accomplish the same task in either .htaccess or httpd.conf:
RewriteCond %{REMOTE_ADDR} ^63\.148\.99\.2(2[4-9]¦[3-4][0-9]¦5[0-5])$