[tor-commits] [meek/master] Go back to the first bridge.
dcf at torproject.org
dcf at torproject.org
Tue Mar 18 19:16:05 UTC 2014
commit 3b1cd66c3ad7f3035590718818ededa760cb772e
Author: David Fifield <david at 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
More information about the tor-commits
mailing list