commit 00e515a56bb9cb67d37a05f3697436abacd1daad Author: George Kadianakis desnacked@riseup.net Date: Thu May 10 13:57:21 2012 -0400
Document requirement for use of TOR_PT_EXTENDED_SERVER_PORT. --- proposals/180-pluggable-transport.txt | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/proposals/180-pluggable-transport.txt b/proposals/180-pluggable-transport.txt index 307b820..e5e4ee7 100644 --- a/proposals/180-pluggable-transport.txt +++ b/proposals/180-pluggable-transport.txt @@ -286,9 +286,12 @@ Managed proxy interface
{Server only}
- "TOR_PT_EXTENDED_SERVER_PORT" -- An addr:port (probably on localhost) - that speaks the extended server protocol. (See the "The extended - ORPort protocol" section below.) + "TOR_PT_EXTENDED_SERVER_PORT" -- An <address>:<port> where tor + should be listening for connections speaking the extended + ORPort protocol (See the "The extended ORPort protocol" section + below). If tor does not support the extended ORPort protocol, + it MUST use the empty string as the value of this environment + variable. Example: TOR_PT_EXTENDED_SERVER_PORT=127.0.0.1:4200
"TOR_PT_ORPORT" -- Our regular ORPort in a form suitable
tor-commits@lists.torproject.org