commit eea30d38701d66e308c3d0ce3023bcb69f72186a Author: David Fifield david@bamsoftware.com Date: Sun Mar 25 10:51:23 2012 -0700
Add ServerTransportPlugin line for websocket transport. --- README | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/README b/README index d362ed7..46776d5 100644 --- a/README +++ b/README @@ -125,6 +125,8 @@ The relay runs with a WebSocket proxy in external proxy mode. This command proxies WebSocket on port 9901 to a local ORPort on 9001. ./websockify :9901 127.0.0.1:9001
+Add this line to torrc to make the relay use the external proxy: + ServerTransportPlugin websocket proxy 127.0.0.1:9901
== How to put a flash proxy badge on a web page.
tor-commits@lists.torproject.org