feat(webconnectivity): detect residual DNS censorship (#961)

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

View file

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