Ignore:
Timestamp:
09/03/10 15:18:51 (14 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Changes across the board to support multi-instance without code changes.
DB config is now loaded from a fragment in /etc/dnsbl, and the DB in turn
contains the autolist thresholds and some visual sugar for the web
interface so you know which DB you're dealing with.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/templates/browse.tmpl

    r7 r25  
    1 <html><head><title>show all IPs and listing status</title>
     1<html>
     2<head>
     3<title><TMPL_IF pgtitle><TMPL_VAR pgtitle><TMPL_ELSE>DNSBL database</TMPL_IF> - show all IPs and listing status</title>
    24<link rel="stylesheet" type="text/css" href="templates/dnsbl.css" />
    35</head>
    46<body>
     7<TMPL_VAR NAME=pgcomment>
     8<TMPL_VAR NAME=enchilada>
     9</body>
     10</html>
Note: See TracChangeset for help on using the changeset viewer.