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
|
|
@ -10,10 +10,7 @@ import (
|
|||
// Default returns the default probe services
|
||||
func Default() []model.OOAPIService {
|
||||
return []model.OOAPIService{{
|
||||
Address: "https://ps1.ooni.io",
|
||||
Type: "https",
|
||||
}, {
|
||||
Address: "https://ps2.ooni.io",
|
||||
Address: "https://api.ooni.io",
|
||||
Type: "https",
|
||||
}, {
|
||||
Front: "dkyhjv0wpi2dk.cloudfront.net",
|
||||
|
|
|
|||
Loading…
Reference in a new issue