summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-16 01:37:17 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-16 01:37:17 +0000
commitceca85243b5b50d7c0ec945aa6ca88abecc233cd (patch)
treeb52794db71c060f4c2309f5dc5b13f2316a7af4a /README
parent82eecd04982dcc9371801264b05acb8ab67bd73e (diff)
Point to ping.conf.5 in Configuration part
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 14 insertions, 11 deletions
diff --git a/README b/README
index a5b1902..caa66b1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.17 2002/07/15 20:20:06 weasel Exp $
+$Id: README,v 1.18 2002/07/16 01:37:17 weasel Exp $
Echolot is a Pinger for anonymous remailers.
@@ -30,7 +30,7 @@ REQUIREMENTS
GnuPG (1.0.7)
GnuPG::Interface (0.33)
for type2 pings
- a mixmaster installation
+ a Mixmaster installation
Indirect requirements:
Class:MethodMaker (by GnuPG::Interface)
@@ -44,12 +44,12 @@ o Create a new unix user named »pinger« (You can actually use any name
o Make sure you have the perl libraries mentioned above and GnuPG
installed properly.
-o Create a mixmaster client installation in ~pinger/Mix echolot needs to
+o Create a Mixmaster client installation in ~pinger/Mix echolot needs to
have its own installation because it will mess with mix' mlist.txt
- file, the public mixmaster keyring, and type2.list. Don't bother
+ file, the public Mixmaster keyring, and type2.list. Don't bother
putting current keyrings there.
-o copy all echolot files and directories to ~pinger/echolot
+o Copy all echolot files and directories to ~pinger/echolot
o Check the homedir setting and set sitename in pingd.conf.
@@ -82,13 +82,13 @@ o Mail should be delivered to /home/pinger/echolot/mail which must be a Maildir
touch .qmail-default
-o run »./pingd --verbose start«
+o Run »./pingd --verbose start«.
-o run »./pingd add <address> <address> <address>..« in another terminal
+o Run »./pingd add <address> <address> <address>..« in another terminal
look at the first terminal where you started pingd. It should print
something about adding addresses.
-o run »./pingd getkeyconf« to request new remailer-key and
+o Run »./pingd getkeyconf« to request new remailer-key and
remailer-conf immediatly.
o pingd can be stopped with »./pingd stop« or with Ctrl+C on the
@@ -106,10 +106,13 @@ o You can tail the output file to get the debugging output:
CONFIGURATION
-------------
-Run »./pingd dumpconf« to see a list of all available configuration
-options. You may add them to the pingd.conf file. After changing that
-file you need to restart pingd.
+Consult the pingd.conf.5 manpage for documentation on configuration
+options.
+To get all available configuration options and their current value run
+»./pingd dumpconf«.
+
+After changing pingd.conf you need to restart pingd.
CAVEATS
-------