diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-14 03:21:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-14 03:21:39 +0000 |
commit | f5cb7887d91c51de2937af73f2e348c9fa8db0b3 (patch) | |
tree | c00bdd730a0e13c4d62340ee32b43d9e05156394 | |
parent | 58ec05877a4f07dfc1680a26eeda91e6f81bf717 (diff) | |
download | tor-f5cb7887d91c51de2937af73f2e348c9fa8db0b3.tar tor-f5cb7887d91c51de2937af73f2e348c9fa8db0b3.tar.gz |
clean up the sample or rc
svn:r585
-rw-r--r-- | src/config/sample-orrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/config/sample-orrc b/src/config/sample-orrc index 3e84c6415..83d353990 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. |