Changeset 66 for trunk/dnsbl/browse.cgi


Ignore:
Timestamp:
01/05/18 18:06:47 (6 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Add exclusion flagging and block-comment handling to IP list tools. Exclusion
flags can be set or unset on each submit; netblock comments can be added,
updated, or removed (or at least "set empty") on each submit.

Note this is focused on the CIDR (rbldnsd) export format, and may produce
excitingly weird results with the default "classful"/tinydns mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/browse.cgi

    r51 r66  
    7070$template->param(pgcomment => $config{pgcomment}) if defined($config{pgcomment});
    7171
    72 my $out = DNSBLweb::retlvl($dbh, $dnsbl, 0, block => '0/0');
     72my $out = DNSBLweb::retlvl($dbh, $dnsbl, 0, block => '162.144.0.0/16');
    7373
    7474$template->param(enchilada => $out);
Note: See TracChangeset for help on using the changeset viewer.