nu_plugin_dns 4.0.9

A DNS utility for nushell
Documentation
1
2
3
4
5
6
// nothing we can do about this as it's upstream
#![allow(clippy::result_large_err)]

pub mod dns;

pub use dns::Dns;