diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-07 08:26:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-07 08:26:50 +0000 |
commit | f8a8b27dd2b76ddae26fcf51304b626f6aada9ca (patch) | |
tree | d5a5146ccc153a04957fa70baba62eba9e89ed95 /doc/tor.1.in | |
parent | 5ea3f37db7f39ae2204d972f651ddb966c5164ca (diff) | |
download | tor-f8a8b27dd2b76ddae26fcf51304b626f6aada9ca.tar.gz tor-f8a8b27dd2b76ddae26fcf51304b626f6aada9ca.zip |
add a 'bridge' flag for dirserver config entries
svn:r10128
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index b03e313ecb..2615581697 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -150,9 +150,11 @@ for current ("v2")-style directories, unless the "no-v2" flag is given. If the authority for old-style (v1) directories as well. (Only directory mirrors care about this.) Tor will use this server as an authority for hidden service information if the "hs" flag is set, or if the "v1" flag is set and -the "no-hs" flag is \fBnot\fP set. If a flag "orport=\fBport\fR" is given, -Tor will use the given port when opening encrypted tunnels to the -dirserver. +the "no-hs" flag is \fBnot\fP set. Tor will use this authority as a bridge +authoritative directory if the "bridge" flag is set. Lastly, if a flag +"orport=\fBport\fR" is given, Tor will use the given port when opening +encrypted tunnels to the dirserver. + If no \fBdirserver\fP line is given, Tor will use the default directory servers. NOTE: this option is intended for setting up a private Tor network with its own directory authorities. If |