Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: A more detailed DNS logs UI #1873

Open
ColorfulRhino opened this issue Feb 12, 2025 · 1 comment
Open

FR: A more detailed DNS logs UI #1873

ColorfulRhino opened this issue Feb 12, 2025 · 1 comment
Assignees

Comments

@ColorfulRhino
Copy link

ColorfulRhino commented Feb 12, 2025

While viewing the main page for the DNS log entries, we can immediately see which requests have been blocked since they have some red color. However, many requests are also No answer instead of an IP address. This especially applies to HTTP Service Binding requests, which usually return unanswered.

My suggestion:
Adding another color, like for example yellow, could be added as an indicator that a DNS query returned with no answer instead of an IP address. Alternatively, this information could also be added as text inside each line, but this would need space and likely make each line entry slightly taller, which might not be the best design choice.

The log entries in the network log page are handled quite nicely since they have more info available at a glance, without having to go to the details page. For each DNS log entry, I could also imagine that it has information at a glance not only about the answer status, but also about the query type (IPv4, HTTP Service Binding, IPv6, ...). Maybe this info would be worth sacrificing a bit of space for.

What do you think?

EDIT: Reference to also add the name of the app which made the DNS request: #1872

@ignoramous
Copy link
Collaborator

Maybe this info would be worth sacrificing a bit of space for.

Good idea. We'll see if we can make DNS logs UI similar to the one we have for Network.

@ignoramous ignoramous changed the title feat: Mark No answer requests in the DNS log page FR: A more detailed DNS logs UI Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants