Skip to main content

clearbanned

Command#

pacprotocol-cli clearbanned

Clear all banned IPs.

Examples#

pacprotocol-cli clearbanned
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "clearbanned", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:1111/

Running following help command

pacprotocol-cli help clearbanned

Will produce following output:

clearbanned
Clear all banned IPs.
Examples:
> pacprotocol-cli clearbanned
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "clearbanned", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:1111/