Module dns

Source
Expand description

Implement a simple DNS resolver that relay request over Tor.

A resolver is launched with run_dns_resolver(), which listens for new connections and then runs

Functionsยง

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