diff --git a/AUTHORS b/AUTHORS index 56d44fb0c2..6c2b5d30f1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,7 +9,7 @@ Roger Dingledine overhauled all of the code, did a bunch of new design work, etc. Nick Mathewson 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: diff --git a/README b/README index 1f1e13eaaa..388cf23317 100644 --- a/README +++ b/README @@ -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: