NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming
https://nlnetlabs.nl/ldns
BSD 3-Clause "New" or "Revised" License
299 stars 99 forks source link

python3 bindings: ldnsx.py "class resolver" broken #229

Closed dogo42 closed 9 months ago

dogo42 commented 10 months ago

Hello,

  >>> import ldnsx
  >>> ldnsx.resolver("9.9.9.9").query("www.hole.fi", "A")
  Traceback (most recent call last):
  File "", line 1, in
  File "/usr/lib64/python3.9/site-packages/ldnsx.py", line 220, in init
  nm_list.reverse()
  AttributeError: 'filter' object has no attribute 'reverse'

There's PR https://github.com/NLnetLabs/ldns/pull/228 that resolves this issue.

micwoj92 commented 9 months ago

This issue should be closed now.

wtoorop commented 9 months ago

Merged PR #228 so closing the Issue.