Lists all entries in the Site IP Disallow List.
wp admintools ipdisallow list [--format=<format>] [--ip=<ip>] [--limit=<limit>]
--format=<format>The output format. Accepted values: table (default), json, csv, yaml, count.
--ip=<ip>Filter results by IP address (partial match).
--limit=<limit>Maximum number of results to return. Shows all entries by default.
List all disallowed IPs:
wp admintools ipdisallow list
Filter by IP and output as JSON:
wp admintools ipdisallow list --ip=10.0 --format=json
+----+----------------+-------------------+| id | ip | description |+----+----------------+-------------------+| 1 | 192.168.1.100 | || 2 | 10.0.0.0/24 | Known bad network |+----+----------------+-------------------+