commit ab87dce6c7df04a7c097ffd95e5167e92ceb5d2e Author: David Fifield david@bamsoftware.com Date: Mon May 20 00:34:35 2013 -0700
Add appspot as the new default registration method. --- flashproxy-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flashproxy-client b/flashproxy-client index fe15f0b..70b2464 100755 --- a/flashproxy-client +++ b/flashproxy-client @@ -36,7 +36,7 @@ DEFAULT_LOCAL_PORT_MANAGED = 0 # Default local port in external mode. DEFAULT_LOCAL_PORT_EXTERNAL = 9001 DEFAULT_REMOTE_PORT = 9000 -DEFAULT_REGISTER_METHODS = ["email", "http"] +DEFAULT_REGISTER_METHODS = ["appspot", "email", "http"]
# We will re-register if we have fewer than this many waiting proxies. The # facilitator may choose to ignore our requests.
tor-commits@lists.torproject.org