A hack to provide some privacy to DNS queries.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

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