summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-17 01:16:22 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-17 01:16:22 +0000
commit4cacb54d400f646f88070b094ebe97ced7edf880 (patch)
treea73dba6039efa92d975dd5f332db2565946f9a59
parentc42ca03c709f5a43fc950f2d07b5ea1ffe085201 (diff)
downloadtor-4cacb54d400f646f88070b094ebe97ced7edf880.tar.gz
tor-4cacb54d400f646f88070b094ebe97ced7edf880.zip
add even more detail to running-a-server section
svn:r3160
-rw-r--r--doc/tor-doc.html36
1 files changed, 28 insertions, 8 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html
index b51d1ace80..835f0f6a46 100644
--- a/doc/tor-doc.html
+++ b/doc/tor-doc.html
@@ -221,14 +221,34 @@ service url</a>).</p>
<h2>Configuring a server</h2>
<p>We're looking for people with reasonably reliable Internet connections,
-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!
+that have at least 20 kilobytes/s each way. If you frequently have a
+lot of packet loss or really high latency, we can't handle your server
+yet. Otherwise, please help out!
+</p>
+
+<p>Other things to note:
+<ul>
+<li>Tor has built-in support for rate limiting; see BandwidthRate
+and BandwidthBurst config options. Further, if you have
+lots of capacity but don't want to spend that many bytes per
+month, check out the Accounting and Hibernation features. See <a
+href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>
+for details.</li>
+<li>It's fine if the server goes offline sometimes. The directories
+notice this quickly and stop advertising the server. Just try to make
+sure it's not too often, since connections through the server when it
+disconnects will break.</li>
+<li>We can handle servers with dynamic IPs just fine, as long as the
+server itself knows its IP. 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 set your Address config option to dyndns
+DNS voodoo and port forward to get around this, feel free. If you write a
+howto, <a href="mailto:tor-volunteer@freehaven.net">even better</a>.)</li>
+<li>Your server will passively estimate and publish its recent capacity.
+Client paths are chosen weighted by this capacity, so high-bandwidth
+servers will attract more paths than low-bandwidth ones. That's why
+having even low-bandwidth servers is useful too.</li>
+</ul>
</p>
<p>To set up a Tor server, do the following steps after installing Tor.