diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-16 15:07:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 15:07:54 -0400 |
commit | 400c7ce2b6de164264b4c3368eb113c04523151a (patch) | |
tree | ce88d5511192ac6db22f7683c5f8dce2fcafc9c3 /doc | |
parent | 3c7c51ce070cdd5e22335bb70cb916740323b5d1 (diff) | |
download | tor-400c7ce2b6de164264b4c3368eb113c04523151a.tar tor-400c7ce2b6de164264b4c3368eb113c04523151a.tar.gz |
Document that the ORPort flags apply to DirPort too. (thanks, Roger.)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index b6fd826d2..8e0020a4f 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1463,15 +1463,20 @@ if DirPort is non-zero): Minimum uptime of a v2 hidden service directory to be accepted as such by authoritative directories. (Default: 25 hours) -**DirPort** __PORT__|**auto**:: +**DirPort** \['address':]__PORT__|**auto** [_flags_]:: If this option is nonzero, advertise the directory service on this port. Set it to "auto" to have Tor pick a port for you. (Default: 0) ++ + The same flags are supported here as are supported by ORPort. **DirListenAddress** __IP__[:__PORT__]:: Bind the directory service to this address. If you specify a port, bind to this port rather than the one specified in DirPort. (Default: 0.0.0.0) This directive can be specified multiple times to bind to multiple addresses/ports. ++ + This option is deprecated; you can get the same behavior with DirPort now + that it supports NoAdvertise and explicit addresses. **DirPolicy** __policy__,__policy__,__...__:: Set an entrance policy for this server, to limit who can connect to the |