diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-17 00:14:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-17 00:14:25 +0000 |
commit | 528429582005b10e7712dd2d01d10d765d15a570 (patch) | |
tree | 0d1c83e09895f2109af2c6ed4e53711cf85af943 /doc | |
parent | 24af6f23765bd655d4e84b1291f76fca21a59770 (diff) | |
download | tor-528429582005b10e7712dd2d01d10d765d15a570.tar.gz tor-528429582005b10e7712dd2d01d10d765d15a570.zip |
mention that we still don't want servers with high packet loss or
high latency
svn:r3158
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 1c35cf0a3c..b51d1ace80 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -224,6 +224,13 @@ service url</a>).</p> that have at least 20 kilobytes/s each way. If you have more bandwidth to offer, that's even better.</p> +<p>If your server is behind a NAT and it doesn't know its own IP (e.g. +it has an IP of 192.168.x.y), then we can't use it as a server yet. +(If you want to do dyndns DNS voodoo to get around this, feel free.) And +if it frequently has a lot of packet loss or really high latency, we +also can't handle it as a server yet. Otherwise, please help out! +</p> + <p>To set up a Tor server, do the following steps after installing Tor. (These instructions are Unix-centric; if you're excited about working with us to get a Tor server working on Windows, let us know and we'll @@ -324,7 +331,7 @@ servers, and you need to configure each client and server so it knows about your directory servers rather than the default ones. <ul> -<li>1: Grab the latest release. Use at least 0.0.9rc6. +<li>1: Grab the latest release. Use at least 0.0.9. <li>2: For each directory server you want, <ul> <li>2a: Set it up as a server (see <a href="#server">"setting up a |