diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-02 17:13:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-02 17:13:31 +0000 |
commit | be4a4965270d0b3b410927976966adc45eed6c16 (patch) | |
tree | 5619e04a84f7f7dc014e470b8f706e6fe30b4a7b | |
parent | b3307ec97b0ea86343ab693710c120666b4c0e8e (diff) | |
download | tor-be4a4965270d0b3b410927976966adc45eed6c16.tar.gz tor-be4a4965270d0b3b410927976966adc45eed6c16.zip |
add a hint in the doc that we need ORPort to be defined.
people seem to not be doing it lately.
svn:r4153
-rw-r--r-- | doc/tor-doc.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 00835f4551..aafeef5f45 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -268,6 +268,7 @@ you will need to copy torrc.sample to torrc first. Look for them in <tt>\Application Data\</tt><i>username</i><tt>\tor\torrc</tt> on Windows.</li> </ul> +Make sure to define at least Nickname and ORPort. Create the DataDirectory if necessary, and make sure it's owned by the user that will be running tor. Fix your system clock so it's not too far off. Make sure name resolution works. |