pub async fn run_dns_resolver<R: Runtime>(
    runtime: R,
    tor_client: TorClient<R>,
    dns_port: u16
) -> Result<()>
Expand description

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