summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-14 03:21:39 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-14 03:21:39 +0000
commitf5cb7887d91c51de2937af73f2e348c9fa8db0b3 (patch)
treec00bdd730a0e13c4d62340ee32b43d9e05156394
parent58ec05877a4f07dfc1680a26eeda91e6f81bf717 (diff)
downloadtor-f5cb7887d91c51de2937af73f2e348c9fa8db0b3.tar.gz
tor-f5cb7887d91c51de2937af73f2e348c9fa8db0b3.zip
clean up the sample or rc
svn:r585
-rw-r--r--src/config/sample-orrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/config/sample-orrc b/src/config/sample-orrc
index 3e84c64157..83d3539908 100644
--- a/src/config/sample-orrc
+++ b/src/config/sample-orrc
@@ -7,9 +7,8 @@ Nickname moria4
# Ports for various services. Comment out or set to 0 if you're not
# offering that service.
-ORPort 9004
-OPPort 9014
-APPort 9024
+ORPort 9004 # listening for cell-speaking connections
+APPort 9024 # listening for socks-speaking connections
#DirPort 0
# Leave this set, or we'll be treated like a client.