use strict;
sub _type { "ip4" }
sub _streams { qw(ip4) }
sub my_format { "rbl.simpleip" } # if the source table's "magic" field is rbl.simpleip, this module deals with it.
sub tweaks {
my $self = shift;
# we assume it's a url identity.
return ("ip4", 0, $_[0]);
}
1;