commit f0bcd826fc31c94fef230c7f26431927ca45cf19 Author: David Fifield david@bamsoftware.com Date: Sat Nov 8 16:23:11 2014 -0800
Use bridge args instead of command-line options in another place. --- meek-client/meek-client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meek-client/meek-client.go b/meek-client/meek-client.go index dd4a7f4..ca1e308 100644 --- a/meek-client/meek-client.go +++ b/meek-client/meek-client.go @@ -1,8 +1,8 @@ // meek-client is the client transport plugin for the meek pluggable transport. // // Sample usage in torrc: -// Bridge meek 0.0.2.0:1 -// ClientTransportPlugin meek exec ./meek-client --url=https://meek-reflect.appspot.com/ --front=www.google.com --log meek-client.log +// Bridge meek 0.0.2.0:1 url=https://meek-reflect.appspot.com/ front=www.google.com +// ClientTransportPlugin meek exec ./meek-client // The transport ignores the bridge address 0.0.2.0:1 and instead connects to // the URL given by --url. When --front is given, the domain in the URL is // replaced by the front domain for the purpose of the DNS lookup, TCP
tor-commits@lists.torproject.org