commit acda284b56fa3a75acbe7d000fbdefb643839948 Author: Arturo Filastò arturo@filasto.net Date: Fri Jun 24 16:29:48 2016 +0200
Use the testing https and cloudfronted bouncer
* Bump version number to 1.6.0rc1 --- ooni/constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ooni/constants.py b/ooni/constants.py index 6efa52e..38f85b4 100644 --- a/ooni/constants.py +++ b/ooni/constants.py @@ -1,5 +1,7 @@ CANONICAL_BOUNCER_ONION = 'httpo://nkvphnp3p6agi5qq.onion' -CANONICAL_BOUNCER_HTTPS = 'https://bouncer.ooni.io' +# XXX Change these two to the production ones once the release is made. +# CANONICAL_BOUNCER_HTTPS = 'https://bouncer.ooni.io' +CANONICAL_BOUNCER_HTTPS = 'https://bouncer.test.ooni.io' CANONICAL_BOUNCER_CLOUDFRONT = ( 'https://d3kr4emv7f56qa.cloudfront.net/', 'a0.awsstatic.com'
tor-commits@lists.torproject.org