Fixing bug with PTR query
ehsandeep opened this issue · 1 comments
ehsandeep commented
Current:-
root@b0x:~# echo 173.0.84.102 | dnsprobe -silent -r ptr
173.0.84.102 173.0.84.102
Expected:-
root@b0x:~# echo 173.0.84.102 | dnsprobe -silent -r ptr
173.0.84.102 pointofsale-new.paypal.com
173.0.84.102 pointofsale.paypal.com
This will be fixed in next major release.