diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-27 10:28:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-27 10:28:26 +0000 |
commit | 5d48aa622a6f3a52243e8dee34cdb2625de5b045 (patch) | |
tree | c9c8a4b8c7350afb3cd8778f33e7663fc6c3f8f2 | |
parent | a27b570788cdac4eb3e90f059e721859d25418e5 (diff) | |
download | tor-5d48aa622a6f3a52243e8dee34cdb2625de5b045.tar tor-5d48aa622a6f3a52243e8dee34cdb2625de5b045.tar.gz |
patch the README more for new routers
svn:r685
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | README | 13 |
2 files changed, 9 insertions, 6 deletions
@@ -9,7 +9,7 @@ Roger Dingledine <arma@freehaven.net> overhauled all of the code, did a bunch of new design work, etc. Nick Mathewson <nickm@freehaven.net> wrote lots of stuff too, in -particular the router and descriptor parsing and the crypto and tls +particular the router and descriptor parsing, and the crypto and tls wrappers. Contributors: @@ -19,11 +19,14 @@ Do you want to run a tor server? First, move sample-server-torrc onto torrc, and edit it. Create the DataDirectory, and make sure it's owned by whoever will be running - tor. Fix your system clock so it's not too far off. Then run tor - to generate keys. One of the generated files is your 'fingerprint' - file. Mail it to arma@mit.edu. Remember that you won't be able to - authenticate to the other tor nodes until I've added you to the - directory. + tor. Fix your system clock so it's not too far off. Make sure name + resolution works. Make sure other people can reliably resolve the + Address you chose. + + Then run tor to generate keys. One of the generated files is your + 'fingerprint' file. Mail it to arma@mit.edu. Remember that you won't + be able to authenticate to the other tor nodes until I've added you + to the directory. Configuring tsocks: |