diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-23 00:30:11 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-23 00:30:11 +0000 |
commit | 7ddbf1e9ee3e1618ad67c568536c1a9f59e167b0 (patch) | |
tree | 69fc6524674afdefd8ef144e9e689d101d4a9f03 /doc/pingd.conf.pod | |
parent | a1f7ec810560582d4fc32103c40f34ef821ec676 (diff) |
Allow for inclusion of broken chain reports and same operator/machine lists in stats pages.
Diffstat (limited to 'doc/pingd.conf.pod')
-rw-r--r-- | doc/pingd.conf.pod | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index ea4ac54..296beaa 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -434,6 +434,35 @@ As long as it exists pingd refuses to start up in daemon mode. Default: 'pidfile' => 'pingd.pid', +=item B<broken1> + +File listing broken type I remailer chains. If it does not exist, the part is +skipped in generated stats. Otherwise its content is copied in verbatim. + + Default: 'broken1' => 'broken1.txt', + (havenco cmeclax) + (frog3 nycrem) + +=item B<broken2> + +File listing broken type II remailer chains. If it does not exist, the part is +skipped in generated stats. Otherwise its content is copied in verbatim. + + Default: 'broken2' => 'broken2.txt', + Example conent: + (freedom lcs) + (* xganon) + +=item B<sameop> + +File listing remailers that have the same operator or share a machine or other +important infrastructure. If it does not exist, the part is skipped in +generated stats. Otherwise its content is copied in verbatim. + + Default: 'sameop' => 'sameop.txt', + Example conent: + (xganon2 xganon) + (cracker redneck) =back |