aboutsummaryrefslogtreecommitdiff
path: root/proposals/180-pluggable-transport.txt
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-07-14 00:24:07 +0200
committerGeorge Kadianakis <desnacked@gmail.com>2011-07-14 00:24:07 +0200
commitc4b8d1f4cc6c3c5af16f0900f90e734f6028d592 (patch)
tree047c217718b20d63682f62ea93366e678647d361 /proposals/180-pluggable-transport.txt
parent58698d7dc4aafe668fc953878eb8daed2fbca87a (diff)
downloadtorspec-c4b8d1f4cc6c3c5af16f0900f90e734f6028d592.tar.gz
torspec-c4b8d1f4cc6c3c5af16f0900f90e734f6028d592.zip
Fixed some errors introduced by the previous commit.
* Restored "proxy" in ServerTransportPlugin lines. * Restored TOR_PT_EXTENDED_SERVER_PORT and TOR_PT_ORPORT to their original addr:port form.
Diffstat (limited to 'proposals/180-pluggable-transport.txt')
-rw-r--r--proposals/180-pluggable-transport.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/proposals/180-pluggable-transport.txt b/proposals/180-pluggable-transport.txt
index f6e25b7..9cab75a 100644
--- a/proposals/180-pluggable-transport.txt
+++ b/proposals/180-pluggable-transport.txt
@@ -228,9 +228,9 @@ Server behavior
launches.
An external server proxy is configured as
- ServerTransportPlugin <method> <address:port> <param=val> ...
+ ServerTransportPlugin <method> proxy <address:port> <param=val> ...
as in
- "ServerTransportPlugin trebuchet 127.0.0.1:999 rocks=heavy".
+ "ServerTransportPlugin trebuchet proxy 127.0.0.1:999 rocks=heavy".
The param=val pairs and the address are used to make the bridge
configuration information that we'll tell users.
@@ -283,15 +283,15 @@ Managed proxy interface
{Server only}
- "TOR_PT_EXTENDED_SERVER_PORT" -- A port (probably on localhost)
+ "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.)
- Example: TOR_PT_EXTENDED_SERVER_PORT=4200
+ Example: TOR_PT_EXTENDED_SERVER_PORT=127.0.0.1:4200
"TOR_PT_ORPORT" -- Our regular ORPort in a form suitable
for local connections, i.e. connections from the proxy to
the ORPort.
- Example: TOR_PT_ORPORT=9001
+ Example: TOR_PT_ORPORT=127.0.0.1:9001
"TOR_PT_SERVER_BINDADDR" -- The address[:port] on which to
listen for client proxy connections. This might be the