Skip to main content

listbanned

Command#

pacprotocol-cli listbanned

List all banned IPs/Subnets.

Examples#

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

Running following help command

pacprotocol-cli help listbanned

Will produce following output:

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