commit 3b1cd66c3ad7f3035590718818ededa760cb772e Author: David Fifield david@bamsoftware.com Date: Tue Mar 18 12:13:47 2014 -0700
Go back to the first bridge.
https://trac.torproject.org/projects/tor/ticket/10935#comment:6 shows that it is currently the lowest-latency. --- appengine/reflect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appengine/reflect.go b/appengine/reflect.go index efacf72..537b4e4 100644 --- a/appengine/reflect.go +++ b/appengine/reflect.go @@ -10,7 +10,7 @@ import ( "appengine/urlfetch" )
-const forwardURL = "http://83.212.83.23:7002/" +const forwardURL = "http://meek.bamsoftware.com:7443/" // A timeout of 0 means to use the App Engine default (5 seconds). const urlFetchTimeout = 10 * time.Second var context appengine.Context
tor-commits@lists.torproject.org