Function resolve_reverse

Source
pub async fn resolve_reverse<C, LOC, TAP, MC>(
    ipaddr: C,
    custom_resolv: Option<Arc<ResolveConfig>>,
    cache: Arc<CachesController<MC>>,
) -> CDnsResult<Vec<String>>
where C: AsRef<str>, TAP: SocketTaps<LOC>, MC: MutexedCaches, LOC: Send + Sync,
Expand description

Resolves the IP address to FQDN

§Arguments

§Returns

CDnsResult - Ok with inner type Vec RecordSOA. If vector is empty then no results found.

CDnsResult - Err with error description