pub fn cmd_nslookup(args: &[String]) -> Result<(), ShellError>Expand description
Minimal DNS lookup command.
Reads the configured DNS servers and attempts a resolution via the
/net/dns/resolve/<domain> scheme path. If the network strate does
not yet support it, shows the configured nameservers and a TODO.