fix(websteps): use a single Do53 resolver (#575)

Closes https://github.com/ooni/probe/issues/1807

While there, bump the experiment version number, because we have
applied changes since the last alpha release.
This commit is contained in:
Simone Basso 2021-11-05 11:40:58 +01:00 committed by GitHub
parent dad8db4a36
commit 1f348803dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ import (
const (
testName = "websteps"
testVersion = "0.0.2"
testVersion = "0.0.3"
)
// Config contains the experiment config.
@ -107,9 +107,6 @@ var measurerResolvers = []*measurex.ResolverInfo{{
}, {
Network: "udp",
Address: "8.8.4.4:53",
}, {
Network: "udp",
Address: "1.1.1.1:53",
}}
func (mx *Measurer) runAsync(ctx context.Context, sess model.ExperimentSession,