You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(network): include DNS servers in network info
Reads nameserver entries from /etc/resolv.conf (no shell, no sudo)
and exposes them as a comma-separated string in getNetworkInfo()['dns'].
Comments and empty lines are ignored; duplicate servers are deduped.
Signed-off-by: Frank Karlitschek <karlitschek@users.noreply.github.com>
0 commit comments