lpereira / hardinfo

System profiler and benchmark tool for Linux systems
http://hardinfo.org
GNU General Public License v2.0
774 stars 130 forks source link

DNS Servers: The real DNS server is not displayed #636

Open laurent-simon opened 2 years ago

laurent-simon commented 2 years ago

When looking at the DNS servers on Ubuntu, the real DNS server is not displayed. HardInfo only displays the generic 127.0.0.53 local address, which is completely pointless. There is no information on the real DNS server in use.

Ubuntu : 21.04 HardInfo : 0.6-alpha

lpereira commented 2 years ago

That's because it's what your system is using -- if you have a DNS proxy, such as systemd-resolved, HardInfo won't be able to show them.

On Thu, Dec 2, 2021 at 9:52 AM Laurent SIMON @.***> wrote:

When looking at the DNS servers on Ubuntu, the real DNS server is not displayed. HardInfo only displays the generic 127.0.0.53 local address, which is completely pointless. There is no information on the real DNS server in use.

Ubuntu : 21.04 HardInfo : 0.6-alpha

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lpereira/hardinfo/issues/636, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGJBCS7YAZPIDWHYPLLUO6W7JANCNFSM5JHXS5XQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Leandro

laurent-simon commented 2 years ago

Yes, that's the problem. The output of systemd-resolve --status is what is expected. In this case, showing the proxy is completely useless and frustrating.

lpereira commented 2 years ago

I will see what can be done. Worst case scenario, we do what systemd-resolve does to obtain that list.

On Mon, Dec 6, 2021, 12:58 Laurent SIMON @.***> wrote:

Yes, that's the problem. The output of systemd-resolve --status is what is expected. In this case, showing the proxy is completely useless and frustrating.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lpereira/hardinfo/issues/636#issuecomment-987202908, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGN3DIEL4AV3VQ356BLUPUPW5ANCNFSM5JHXS5XQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.