Python Forum
want recommendation for DNS servers seen in Pypi - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: want recommendation for DNS servers seen in Pypi (/thread-19987.html)



want recommendation for DNS servers seen in Pypi - Skaperen - Jul-23-2019

"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.