[tor-commits] [snowflake/master] Switch to an Azure domain front.

dcf at torproject.org dcf at torproject.org
Thu May 3 03:36:34 UTC 2018


commit 88ea7a50835008debcc9e37886a604aa4210b9f2
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Apr 30 09:52:38 2018 -0700

    Switch to an Azure domain front.
    
    https://bugs.torproject.org/22782
---
 README.md        | 4 ++--
 client/README.md | 4 ++--
 client/torrc     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 9b0827f..130cee2 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,8 @@ For example:
 
 ```
 ClientTransportPlugin snowflake exec ./client \
--url https://snowflake-reg-test.appspot.com/ \
--front www.google.com \
+-url https://snowflake-broker.azureedge.net/ \
+-front ajax.aspnetcdn.com \
 -ice stun:stun.l.google.com:19302
 -max 3
 ```
diff --git a/client/README.md b/client/README.md
index 1989209..96f3276 100644
--- a/client/README.md
+++ b/client/README.md
@@ -7,8 +7,8 @@ It is based on goptlib.
 The client uses these following `torrc` options by default:
 ```
 ClientTransportPlugin snowflake exec ./client \
--url https://snowflake-reg-test.appspot.com/ \
--front www.google.com \
+-url https://snowflake-broker.azureedge.net/ \
+-front ajax.aspnetcdn.com \
 -ice stun:stun.l.google.com:19302
 ```
 
diff --git a/client/torrc b/client/torrc
index 0de2d36..6acf1c4 100644
--- a/client/torrc
+++ b/client/torrc
@@ -2,8 +2,8 @@ UseBridges 1
 DataDirectory datadir
 
 ClientTransportPlugin snowflake exec ./client \
--url https://snowflake-reg-test.appspot.com/ \
--front www.google.com \
+-url https://snowflake-broker.azureedge.net/ \
+-front ajax.aspnetcdn.com \
 -ice stun:stun.l.google.com:19302 \
 -max 3
 



More information about the tor-commits mailing list