summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-10 22:59:24 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-10 22:59:24 +0000
commit8a7742949e436c559a9fa663bedc8c173937a0d1 (patch)
treeb8c4ec39fd15cbf76d0995f5f3142ecd4f6719f6
parentce922f43701b91a78b3e3ab3cae2324608c1db8f (diff)
The IDEA module is required
-rw-r--r--README3
-rw-r--r--pingd.conf24
2 files changed, 16 insertions, 11 deletions
diff --git a/README b/README
index 5ca3da6..87c97c1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.13 2002/07/10 21:46:28 weasel Exp $
+$Id: README,v 1.14 2002/07/10 22:59:24 weasel Exp $
Echolot is a Pinger for anonymous remailers.
@@ -29,6 +29,7 @@ REQUIREMENTS
for type1 pings
GnuPG (1.0.7)
GnuPG::Interface (0.33)
+ (the gnupg idea module is also needed)
for type2 pings
a mixmaster installation
FIXME what else
diff --git a/pingd.conf b/pingd.conf
index b164426..e0d30a4 100644
--- a/pingd.conf
+++ b/pingd.conf
@@ -1,17 +1,21 @@
# vim:set syntax=perl:
$CONFIG = {
- 'homedir' => '/home/pinger/echolot',
- 'sitename' => 'unconfigured',
+ 'homedir' => '/home/weasel/projects/echolot/devel/echolot',
- 'my_localpart' => 'pinger',
- 'my_domain' => 'example.com',
+ 'sitename' => 'noreply Test',
+ 'my_domain' => 'marvin.palfrader.org',
- 'Pinger::Mix' => {
- 'mix' => '/home/pinger/Mix/mix',
- 'mixdir' => '/home/pinger/Mix'
- },
+ 'Pinger::Mix' => {
+ 'mix' => '/home/weasel/Mix/mix',
+ 'mixdir' => '/home/weasel/Mix'
+ },
+ 'my_localpart' => 'pinger',
- 'seperate_rlists' => 0,
- 'combined_list' => 0,
+ 'pinger_interval' => '60',
+ 'ping_every_nth_time' => '60',
+
+ 'buildstats' => 30,
+ 'seperate_rlists' => 1,
+ 'combined_list' => 1,
};