[tor-commits] [meek/master] Add CloudFront example to client torrc.

dcf at torproject.org dcf at torproject.org
Mon Jul 28 08:10:50 UTC 2014


commit 7284693d057b53ff156f0e4cb3e145e3356dcec7
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Jul 28 01:07:45 2014 -0700

    Add CloudFront example to client torrc.
---
 meek-client/torrc |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meek-client/torrc b/meek-client/torrc
index ffd2be9..ec93d7b 100644
--- a/meek-client/torrc
+++ b/meek-client/torrc
@@ -7,7 +7,9 @@ UseBridges 1
 
 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
 
 # With tor 0.2.5 you can do it this way:
 # 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
 # ClientTransportPlugin meek exec ./meek-client --log meek-client.log



More information about the tor-commits mailing list