Python Forum

Full Version: want recommendation for DNS servers seen in Pypi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"pip3 search dns" finds a lot of stuff. anyone have recommendations for a local DNS cache server? this would be a thing that listens on port 53 for DNS lookups by local apps, then checks its cache for answers. if not cached it carries out the recursive lookup. i am wanting to make modifications to add a bit of lag to A record (IPv4) answers to influence programs like firefox to favor IPv6 without breaking IPv4.