From 7ddbf1e9ee3e1618ad67c568536c1a9f59e167b0 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 23 Jul 2002 00:30:11 +0000 Subject: Allow for inclusion of broken chain reports and same operator/machine lists in stats pages. --- doc/pingd.conf.pod | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc/pingd.conf.pod') 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 + +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 + +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 + +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 -- cgit v1.2.3