summaryrefslogtreecommitdiff
path: root/doc/async-query.rst
blob: 7202bdf046d9d9dba422ffe2ce69838d310a169d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. module:: dns.asyncquery
.. _async_query:

DNS Query Support
=================

The ``dns.asyncquery`` module is for sending messages to DNS servers, and
processing their responses.  If you want "stub resolver" behavior, then
you should use the higher level ``dns.asyncresolver`` module; see
:ref:`async_resolver`.

There is currently no support for DNS-over-HTTPS using asynchronous
I/O but we hope to offer this in the future.

UDP
---

.. autofunction:: dns.asyncquery.udp
.. autofunction:: dns.asyncquery.udp_with_fallback
.. autofunction:: dns.asyncquery.send_udp
.. autofunction:: dns.asyncquery.receive_udp

TCP
---

.. autofunction:: dns.asyncquery.tcp
.. autofunction:: dns.asyncquery.send_tcp
.. autofunction:: dns.asyncquery.receive_tcp

TLS
---

.. autofunction:: dns.asyncquery.tls

Zone Transfers
--------------

.. autofunction:: dns.asyncquery.inbound_xfr