diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-10-30 04:17:13 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-27 22:18:08 -0500 |
commit | f88c3038697b00f50b2da12f46fc76ee0e20d646 (patch) | |
tree | db68c911949c43bfcf596ceb62e1c20d27965f0d /doc | |
parent | 848333c6d6d65775cb787755577c4b24ae512389 (diff) | |
download | tor-f88c3038697b00f50b2da12f46fc76ee0e20d646.tar.gz tor-f88c3038697b00f50b2da12f46fc76ee0e20d646.zip |
Add a torrc option to specify the bind address of managed proxies.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 8245ff4199..9eb37456f4 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -181,6 +181,11 @@ GENERAL OPTIONS using __options__ as its command-line options, and expects to receive proxied client traffic from it. +**ServerTransportListenAddr** __transport__ __IP__:__PORT__:: + When this option is set, Tor will suggest __IP__:__PORT__ as the + listening address of any pluggable transport proxy that tries to + launch __transport__. + **ConnLimit** __NUM__:: The minimum number of file descriptors that must be available to the Tor process before it will start. Tor will ask the OS for as many file |