summaryrefslogtreecommitdiff
path: root/src/config/routers.or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-03-16 04:40:16 +0000
committerRoger Dingledine <arma@torproject.org>2003-03-16 04:40:16 +0000
commitd9770fbd96fb41c8079647145a72ceb476dfd987 (patch)
treed9578e27af425d8ecd96446e554b2028ad2cfd1d /src/config/routers.or
parentc5ed007ac82d3b64d65dcce9ab510486cf88c1b1 (diff)
downloadtor-d9770fbd96fb41c8079647145a72ceb476dfd987.tar.gz
tor-d9770fbd96fb41c8079647145a72ceb476dfd987.zip
clean up and slightly document the config files
svn:r179
Diffstat (limited to 'src/config/routers.or')
-rw-r--r--src/config/routers.or7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config/routers.or b/src/config/routers.or
index ec65416ae4..5908ded0e4 100644
--- a/src/config/routers.or
+++ b/src/config/routers.or
@@ -1,7 +1,10 @@
# List of core onion routers in the network.
-# Line format : router-address router-port bandwidth(bytes/s) bandwidth(bytes/s)
+# Line format : address ORPort OPPort APPort DirPort bandwidth(bytes/s)
# followed by the routers public key.
-# router-port is where the router is accepting connections from other routers.
+# ORport is where the router listens for other routers
+# OPPort is where the router listens for onion proxies (speaking cells)
+# APPort is where the router listens for applications (speaking socks)
+# DirPort is where the router listens for directory download requests
# Router 1
moria.mit.edu 9001 9011 9021 9031 1000000