pub fn parse_resolvectl_search(content: &str) -> Vec<String>Expand description
Parses resolvectl status --no-pager output into per-interface search domain strings.
Formats parse_resolvectl_domains as "wlan0: home.local" entries, one per link,
skipping links with no search domain of their own.