fix(probeservices): use api.ooni.io (#926)
See https://github.com/ooni/probe/issues/2147. Note that this PR also tries to reduce usage of legacy names inside unit/integration tests.
This commit is contained in:
parent
535be51cd1
commit
7df25795c0
12 changed files with 35 additions and 76 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
set -e
|
||||
backends=()
|
||||
backends+=( "https://ps1.ooni.io" )
|
||||
backends+=( "https://api.ooni.io" )
|
||||
backends+=( "https://dvp6h0xblpcqp.cloudfront.net" )
|
||||
backends+=( "https://ams-pg-test.ooni.org" )
|
||||
miniooni="${1:-./miniooni}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue