blockctrl
Add or remove a BlockList database record.
Syntax:
blockctrl <action> <type> <data>
Parameters:
action:
add – add an IP address or username
remove – remove an IP address or username
type:
addr – IP address
user – Username
data:
<IP-address> [IPaddress..]
-or-
<username> [username..]
Version Since:
3.2
Examples:
blockctrl add addr 192.168.1.2
Add the IP address 192.168.1.2 into the BlockList database.
blockctrl remove user bob
Remove the user “bob” from the BlockList database.