commit e96392341f4a6c3dd7c3463a37d9b4b2b0380ff9 Author: David Fifield david@bamsoftware.com Date: Wed Mar 15 11:27:52 2017 -0700
Remove tor 0.2.4 config from example torrc. --- meek-client/torrc | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/meek-client/torrc b/meek-client/torrc index 1d398a3..e95fa6e 100644 --- a/meek-client/torrc +++ b/meek-client/torrc @@ -8,10 +8,3 @@ Bridge meek 0.0.2.0:1 url=https://meek-reflect.appspot.com/ front=www.google.com Bridge meek 0.0.2.0:2 url=https://d2zfqthxsdq309.cloudfront.net/ front=a0.awsstatic.com Bridge meek 0.0.2.0:3 url=https://az786092.vo.msecnd.net/ front=ajax.aspnetcdn.com ClientTransportPlugin meek exec ./meek-client --log meek-client.log - -# With tor 0.2.4 or earlier, you have to configure the url and front on the -# command line, and you can only use one url/front combination at a time: -# 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 -# ClientTransportPlugin meek exec ./meek-client --url=https://d2zfqthxsdq309.cloudfront.net/ --front=a0.awsstatic.com --log meek-client.log -# ClientTransportPlugin meek exec ./meek-client --url=https://az786092.vo.msecnd.net/ --front=ajax.aspnetcdn.com --log meek-client.log
tor-commits@lists.torproject.org