A hack to provide some privacy to DNS queries.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

470 B

Good DNS lib, but doesn’t do DNSSEC validation: https://github.com/paulc/dnslib

This looks like it supports DNSSEC: https://github.com/rthalley/dnspython.git

Resovler class always recursive check cache, serve from there

ServerResolver talks to a specific server, either tcp/udp. Keeps connection open, for repeated queries raises exception when connection closes, callee deals w/ starting new session keeps stats on performance so caller can choose best NS