Changeset 102 for trunk


Ignore:
Timestamp:
09/24/25 12:49:01 (2 days ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Explicitly set the submitted netblock range to the CIDR from NetAddr::IP
when that's viable.

Not sure how range-notation ever worked without this but however it used to
work, it doesn't with much more modern Perl/DBI/Postgres.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/dnsbl.cgi

    r93 r102  
    179179        $err .= "$cidr<br>\n";
    180180        $webvar{$blockn} = $cidr;
     181      } else {
     182        $webvar{$blockn} = "$tmp";
    181183      }
    182184    }
Note: See TracChangeset for help on using the changeset viewer.