NAME

Ereshkigal::App::Command::banned - List banned IPs, grouped per kur.

VERSION

Version 0.0.1

SYNOPSIS

ereshkigal banned

DESCRIPTION

Lists who each kur is holding... the banned IPs as the firewall itself reports them, an expires map giving when each sentence runs out with 0 meaning never, and the same pair for range bans under banned_cidr and cidr_expires.

Also listed, under unban_retries and cidr_unban_retries, is anything whose unban failed at expiry and is still owed to the firewall, each with when it was first and last tried, how many times, and when it is next due. Those are entries the kur has released but the firewall has not, so they appear in the banned list as well. clear_retries forgets them.

METHODS

The App::Cmd hooks this subcommand supplies... abstract, description, usage_desc, validate_args, and execute.