pub(crate) async fn run_dns_update<'a>(
update_method: &str,
resolvers: &Vec<String>,
srv: &ServiceStatus,
fqdn: &str,
endpoint_ipaddr: &IpAddr,
) -> Result<(), &'static str>
Expand description
Updates resolver[s] or an API using nsupdate or other methods