Changeset 59 for trunk/dnsbl/DNSBLweb.pm


Ignore:
Timestamp:
12/15/14 17:20:17 (10 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Polish CIDR autofinder to only get used on non-CIDR ranges; Postgres is

happy to take CIDR ranges.

Add missing IP highlight flag to DNSBLweb.pm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/DNSBLweb.pm

    r57 r59  
    8484      $iprow{ipcount} = $data4[1];
    8585      $iprow{indent} = '  'x$lvl;
     86      $iprow{repeater} = 1 if $ip eq $data4[0];
    8687#       ip        | count | s4list |             added
    8788      push @iprows, \%iprow;
Note: See TracChangeset for help on using the changeset viewer.