ooni/explorer

[Feature] Show AS number and name for the DNS resolver in the DNS Queries box

Open

#842 opened on Mar 3, 2023

View on GitHub
 (1 comment) (0 reactions) (1 assignee)JavaScript (42 forks)auto 404
good first issueicebox

Repository metrics

Stars
 (87 stars)
PR merge metrics
 (PR metrics pending)

Description

The DNS Queries box now show the AS information for the answer (awesome! Thanks to @sleinen)

However, the resolver information is not there. It's actually beyond the fold, and it forces me to scroll to figure it out. Let's surface that right in the DNS Queries box to make the research more efficient.

image

The change should be as straightforward as https://github.com/ooni/explorer/pull/828

Contributor guide