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:
parent
dad8db4a36
commit
1f348803dc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user