ooni / explorer

OONI Explorer: uncover evidence of internet censorship worldwide
https://explorer.ooni.org
BSD 3-Clause "New" or "Revised" License
73 stars 38 forks source link

Add Resolver AS to the DNS Queries block in the measurement page #968

Open fortuna opened 5 days ago

fortuna commented 5 days ago

Currently the DNS Queries block shows the resolver IP, but not the AS number and name (unlike the answers): image

This prevents me from showing that changing the Resolver can bypass DNS blocking with screenshots without annotation.

hellais commented 23 hours ago

Yeah this probably an easy fix for measurements where it's stored inside of the JSON, yet we are planning to change these views to not have to parse any of the JSON since all these fields are already in the new DB tables.

The UI side should be considered when we get to integrating that.