fix(webconnectivity@v0.5): account for broken ipv6 in dnsdiff algorithm (#952)

See https://github.com/ooni/probe/issues/2284
This commit is contained in:
Simone Basso 2022-09-11 23:14:22 +02:00 committed by GitHub
commit 449b981f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 4 deletions

View file

@ -36,7 +36,7 @@ func (m *Measurer) ExperimentName() string {
// ExperimentVersion implements model.ExperimentMeasurer.
func (m *Measurer) ExperimentVersion() string {
return "0.5.9"
return "0.5.10"
}
// Run implements model.ExperimentMeasurer.