Heyuri / kokonotsuba

Heyuri's BBS software
Other
19 stars 12 forks source link

IP Range Ban #57

Closed kaguy4 closed 9 months ago

kaguy4 commented 10 months ago

On mod_adminban, we should have a way to range ban problematic IP ranges. Preferably with regex since (I believe) it would be the easiest way for both implementation and use.

For example, after banning 123.45.* on the adminban module, 123.45.67.890 shouldn't be able to post until the ban for that IP range expires.

kaguy4 commented 9 months ago

this is also fixed, 123.45. would rangeban 123.45.67.890 now