ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
766 stars 142 forks source link

Web Connectivity: probe ASN and resolver ASN consistency #1534

Open hellais opened 8 years ago

hellais commented 8 years ago

In order to verify if we are actually properly doing DNS consistency measurements (that is if we are really testing the DNS resolver of the ISP of the probe and not that of some third party), the web_connectivity test should compare the ASN of the configured DNS resolver of the probe with that of the probe.

If it's different we should output some warning message saying that the measurement may not be accurate and provide instructions on how to configure the DNS resolver properly (probably also take not of this inside of some key in the measurement itself).

This come from a suggestion by @bassosimone in ooni/probe#524

hellais commented 5 years ago

I am moving this issue into probe-engine. cc @bassosimone

bassosimone commented 4 years ago

Related to ooni/probe-engine#178. We'll implement this when we'll implement Web Connectivity in Go.