[tor-commits] [flashproxy/master] Use URL in facilitator query string example.

dcf at torproject.org dcf at torproject.org
Fri Mar 22 07:47:46 UTC 2013


commit 23699fdfeb59473d69bea3306a150c7e743e824c
Author: Arlo Breault <arlolra at gmail.com>
Date:   Mon Mar 18 11:38:17 2013 -0700

    Use URL in facilitator query string example.
---
 proxy/flashproxy.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index 25cf9bd..441b511 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -1,6 +1,6 @@
 /* Query string parameters. These change how the program runs from the outside.
  * For example:
- *   http://www.example.com/embed.html?facilitator=127.0.0.1:9002&debug=1
+ *   http://www.example.com/embed.html?facilitator=http://127.0.0.1:9002&debug=1
  *
  * client=<HOST>:<PORT>
  * The address of the client to connect to. The proxy normally receives this



More information about the tor-commits mailing list