diff options
author | Roger Dingledine <arma@torproject.org> | 2003-03-16 04:40:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-03-16 04:40:16 +0000 |
commit | d9770fbd96fb41c8079647145a72ceb476dfd987 (patch) | |
tree | d9578e27af425d8ecd96446e554b2028ad2cfd1d /src/config/dirservers | |
parent | c5ed007ac82d3b64d65dcce9ab510486cf88c1b1 (diff) | |
download | tor-d9770fbd96fb41c8079647145a72ceb476dfd987.tar tor-d9770fbd96fb41c8079647145a72ceb476dfd987.tar.gz |
clean up and slightly document the config files
svn:r179
Diffstat (limited to 'src/config/dirservers')
-rw-r--r-- | src/config/dirservers | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config/dirservers b/src/config/dirservers index 257e5b032..72392507c 100644 --- a/src/config/dirservers +++ b/src/config/dirservers @@ -1,7 +1,10 @@ # List of directory servers. # 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 |