dnsq
dnsq copied to clipboard
DNS Query Tool
Hi there, thanks for the handy tool `dnsq`. I've added: - a function to expose TTLs externally `get_ttl` - a working logger (for debugging purposes) Regards Joao
Can you please advise why this package force to use TCP? For us it's failing on our production servers because of PCI compliance, and we have to fork the project...
Small changes to make dnsq compatible with python 3. This may need a version bump and PyPI submission. See mailgun/expiringdict#15.
Hard-coding dns queries to go over tcp breaks the lookup in cases when the DNS is only available over udp. We stumbled on this while testing Flanker in development environment...