[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torspec/master] Fixed some errors introduced by the previous commit.
commit c4b8d1f4cc6c3c5af16f0900f90e734f6028d592
Author: George Kadianakis <desnacked@xxxxxxxxx>
Date: Thu Jul 14 00:24:07 2011 +0200
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.
---
proposals/180-pluggable-transport.txt | 10 +++++-----
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits