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
hi something wrong in newer python versions or maybe pythondns is broken?
pythondns
>>> from dnsknife import resolver Traceback (most recent call last): File "<stdin>", line 1, in <module> File "~/.asdf/installs/python/3.8.9/lib/python3.8/site-packages/dnsknife/__init__.py", line 36, in <module> from . import monkeypatch # noqa File "~/.asdf/installs/python/3.8.9/lib/python3.8/site-packages/dnsknife/monkeypatch.py", line 9, in <module> dns.rdatatype._by_text['CDS'] = dns.rdatatype.CDS AttributeError: module 'dns.rdatatype' has no attribute '_by_text' >>> import dns >>> dns.__version__ '2.1.0'
The text was updated successfully, but these errors were encountered:
hey, I don't think dnsknife is maintained - but this is due to dns 2.1.0 indeed I fixed it by curiosity, pushed in 5667348 in case that helps
Sorry, something went wrong.
No branches or pull requests
hi
something wrong in newer python versions or maybe
pythondns
is broken?The text was updated successfully, but these errors were encountered: