[tor-commits] [snowflake-webext/main] Unify bridge/broker domains to freehaven.net

cohosh at torproject.org cohosh at torproject.org
Thu Oct 14 17:49:16 UTC 2021


commit 2eb7adaa66485ac088eba8c6f856bf9717fdd311
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Oct 14 11:21:00 2021 -0400

    Unify bridge/broker domains to freehaven.net
    
    It's still the case that torproject.net can be blocked on residential or
    public networks, so we're going with the safer freehaven.net domain.
---
 config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.js b/config.js
index 2e7555a..d05554c 100644
--- a/config.js
+++ b/config.js
@@ -50,4 +50,4 @@ Config.prototype.pcConfig = {
   ]
 };
 
-Config.PROBEURL = "https://snowflake-broker.torproject.net:8443/probe";
+Config.PROBEURL = "https://snowflake-broker.freehaven.net:8443/probe";



More information about the tor-commits mailing list