aboutsummaryrefslogtreecommitdiff
path: root/proposals/180-pluggable-transport.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-09-09 13:17:18 -0400
committerNick Mathewson <nickm@torproject.org>2011-09-09 13:17:18 -0400
commitb5ad8d69ee9ca9219220b4eca6ca7b46ce5c42af (patch)
tree157de49a91490566aae3339cd6a1fa5458196cbd /proposals/180-pluggable-transport.txt
parent87ad7d40a58c1cb902fcc87aa53123ef9eb93f30 (diff)
parent8a1ed0709e79fe8cd17719ade487f05fd6031682 (diff)
downloadtorspec-b5ad8d69ee9ca9219220b4eca6ca7b46ce5c42af.tar.gz
torspec-b5ad8d69ee9ca9219220b4eca6ca7b46ce5c42af.zip
Merge remote-tracking branch 'asn/bug3656'
Diffstat (limited to 'proposals/180-pluggable-transport.txt')
-rw-r--r--proposals/180-pluggable-transport.txt19
1 files changed, 12 insertions, 7 deletions
diff --git a/proposals/180-pluggable-transport.txt b/proposals/180-pluggable-transport.txt
index 2a947bc..eee2e0e 100644
--- a/proposals/180-pluggable-transport.txt
+++ b/proposals/180-pluggable-transport.txt
@@ -293,18 +293,23 @@ Managed proxy interface
the ORPort.
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
- advertised address, or might be a local address that Tor will
- forward ports to. It MUST be an address that will work with
- bind().
- Example: TOR_PT_SERVER_BINDADDR=127.0.0.1:1984
+ "TOR_PT_SERVER_BINDADDR" -- A comma seperated list of
+ <key>-<value> pairs, where <key> is a transport name and
+ <value> is the adress:port on which it should listen for client
+ proxy connections.
+ The keys holding transport names must appear on the same order
+ as they appear on TOR_PT_SERVER_TRANSPORTS.
+ This might be the advertised address, or might be a local
+ address that Tor will forward ports to. It MUST be an address
+ that will work with bind().
+ Example:
+ TOR_PT_SERVER_BINDADDR=trebuchet-127.0.0.1:1984,ballista-127.0.0.1:4891
"TOR_PT_SERVER_TRANSPORTS" -- A comma-separated list of server
methods that the proxy should support, or * if all methods
should be enabled. The proxy SHOULD ignore methods that it
doesn't recognize.
- Example: TOR_PT_SERVER_TRANSPORTS=trebuchet,ballista,balrog
+ Example: TOR_PT_SERVER_TRANSPORTS=trebuchet,ballista
The transport proxy replies by writing NL-terminated lines to
stdout. The line metaformat is