saghul / aiodns

Simple DNS resolver for asyncio

Home Page:https://pypi.python.org/pypi/aiodns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about resolver.query

ldbfpiaoran opened this issue · comments

If I want to query different records, do I need different requests, such as querying A records at the same time, cname max, etc.

Yes, you need different queries.