wlstyy / adns-python

Automatically exported from code.google.com/p/adns-python
0 stars 0 forks source link

PTR lookup doesn't work always #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PTR lookups won't work always:
>>> import adns
>>> c=ands.init()
>>> c.synchronous("29.7.198.88.in-addr.arpa", adns.rr.PTR)
(100, None, 1434591304, ())

If I do reverse lookup: 
$ dig -x 88.198.7.29 +short
server7.seinternal.com.

I'm using the latest adns-python.

Original issue reported on code.google.com by abhu...@gmail.com on 17 Jun 2015 at 11:05