Lissy93 / AdGuardian-Term

🛡️ Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
https://adguardian.as93.net
MIT License
901 stars 37 forks source link

[Feature] Show upstream DNS in query log #3

Closed Lissy93 closed 1 year ago

Lissy93 commented 1 year ago

Description This PR introduces a new coloumn to the query log table, which shows the upstream DNS server used to resolve a given query.

Note: The table got quite cramped on smaller screens, so this colom will be hidden if your terminal width is below 120 chars. Blocked requests do not have an upstream DNS provider, and so will be blank. If you've only got one DNS server configured, the value will be the same for each request.

Ticket: #2

Screenshot:

image