commit b24b214da5d9ec59269ac40e5a48335e6414e1ed Author: David Fifield david@bamsoftware.com Date: Sun Jul 22 19:09:48 2012 -0700
Comment that the relay needs to support the websocket transport. --- init.d/facilitator | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/init.d/facilitator b/init.d/facilitator index 4e8ab1d..e7f919b 100755 --- a/init.d/facilitator +++ b/init.d/facilitator @@ -16,8 +16,8 @@ # Source function library. . /etc/rc.d/init.d/functions
-# Replace this with the address of a Tor relay. You can use host:port -# syntax. +# Replace this with the address of a Tor relay with a websocket pluggable +# transport. You can use host:port syntax. RELAY=...
BINDIR=/usr/local/bin
tor-commits@lists.torproject.org