diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-22 19:29:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-22 19:29:26 +0000 |
commit | aa7729881989934708e9ba74d0f16fc2d0e0a3ba (patch) | |
tree | 37e2ec631e55025f958bcd52f1e81feeb02ea774 /doc | |
parent | 0440d982459830a84b24f0c4ff0eba812523c10c (diff) | |
download | tor-aa7729881989934708e9ba74d0f16fc2d0e0a3ba.tar.gz tor-aa7729881989934708e9ba74d0f16fc2d0e0a3ba.zip |
remove 8888 as a long lived port. i can't remember why it's
on the list.
svn:r8461
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index d73f1436a9..effd59b7ef 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -341,7 +341,7 @@ A list of ports for services that tend to have long-running connections (e.g. chat and interactive shells). Circuits for streams that use these ports will contain only high-uptime nodes, to reduce the chance that a node will go down before the stream is finished. -(Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300, 8888) +(Default: 21, 22, 706, 1863, 5050, 5190, 5222, 5223, 6667, 8300) .LP .TP \fBMapAddress\fR \fIaddress\fR \fInewaddress\fR |