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/templates/dnsbl.css

    r56 r66  
    22body {
    33  font-family: "Times New Roman",Times,serif;
     4  background: #cccccc;
    45}
    56input {
     
    166167  background: #990000;
    167168  border: 2px solid #000000;
     169  margin: 1px;
     170}
     171
     172.exclude {
     173  background: #ffffff;
     174  border: 1px solid #000000;
    168175  margin: 1px;
    169176}
Note: See TracChangeset for help on using the changeset viewer.