[tor-commits] [meek/master] Use new Azure CDN domain in sample torrc.

dcf at torproject.org dcf at torproject.org
Fri Jul 24 08:42:42 UTC 2015


commit 4be845b08eb177d5c3aff3ffc20a153701b45c7d
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Jul 24 01:41:24 2015 -0700

    Use new Azure CDN domain in sample torrc.
    
    https://lists.torproject.org/pipermail/tor-talk/2015-July/038496.html
    https://trac.torproject.org/projects/tor/ticket/16634
---
 meek-client/torrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meek-client/torrc b/meek-client/torrc
index e7d6b97..1d398a3 100644
--- a/meek-client/torrc
+++ b/meek-client/torrc
@@ -6,7 +6,7 @@ UseBridges 1
 
 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://az668014.vo.msecnd.net/ front=ajax.aspnetcdn.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
@@ -14,4 +14,4 @@ ClientTransportPlugin meek exec ./meek-client --log meek-client.log
 # 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://az668014.vo.msecnd.net/ --front=ajax.aspnetcdn.com --log meek-client.log
+# ClientTransportPlugin meek exec ./meek-client --url=https://az786092.vo.msecnd.net/ --front=ajax.aspnetcdn.com --log meek-client.log



More information about the tor-commits mailing list