We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reverse_dns will throw herror "Unknown host" exceptions on IP addresses that don't have a PTR record.
>>> import utilitybelt as ub >>> ub.reverse_dns('1.54.140.138') Traceback (most recent call last): File "<input>", line 1, in <module> File "<input>", line 3, in reverse_dns herror: [Errno 1] Unknown host >>> print "why python gods why!" why python gods why!
The text was updated successfully, but these errors were encountered:
Yeah, that's probably a fairly good point.
Sorry, something went wrong.
I can make a PR to patch this later today. Just wanted to have the issue in for reference when I do :)
👍
No branches or pull requests
reverse_dns will throw herror "Unknown host" exceptions on IP addresses that don't have a PTR record.
The text was updated successfully, but these errors were encountered: