block-ip.pl -- block or unlock IP addresses from Bugzilla's IP block list
block-ip.pl [--unblock] ip1 [ip2 ...]
Options:
--unblock instead of blocking, unblock the listed IPs
If passed, the IPs will be unblocked instead of blocked. Use this to remove IPs from the blocklist.
This is just a simple CLI interface to Bugzilla::App::Plugin::BlockIP.