Syborg icon indicating copy to clipboard operation
Syborg copied to clipboard

DeprecationWarning: please use dns.resolver.resolve()

Open TheGroundZero opened this issue 3 years ago • 1 comments

syborg.py:60: DeprecationWarning: please use dns.resolver.resolve() instead
  answers = dns.resolver.query(domain)
calling appenddataset1
syborg.py:73: DeprecationWarning: please use dns.resolver.resolve() instead
  answers = dns.resolver.query(domain)
$ python3 --version
Python 3.7.3

TheGroundZero avatar Jun 24 '21 13:06 TheGroundZero

Hi, @TheGroundZero,

Thanks for raising this issue. I will look at this in a couple of days and get back to you.

Best,

@MilindPurswani

MilindPurswani avatar Jun 28 '21 15:06 MilindPurswani