Function arti::dns::run_dns_resolver

source ·
pub async fn run_dns_resolver<R: Runtime>(
    runtime: R,
    tor_client: TorClient<R>,
    listen: Listen
) -> Result<()>
Expand description

Launch a DNS resolver to listen on a given local port, and run indefinitely.