diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-16 17:58:29 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-08-21 07:40:45 -0700 |
| commit | a7de0230bcbd9eb1a92cebe988394231cd6437da (patch) | |
| tree | 80eaac1c15eda312309c0d87f904a19a55fafc1c /doc/async-query.rst | |
| parent | e2888f116e0c98748f63044e9801acd0d18defd5 (diff) | |
| download | dnspython-xfr.tar.gz | |
Implement new inbound xfr design.xfr
Diffstat (limited to 'doc/async-query.rst')
| -rw-r--r-- | doc/async-query.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/async-query.rst b/doc/async-query.rst index e2466ea..7202bdf 100644 --- a/doc/async-query.rst +++ b/doc/async-query.rst @@ -9,8 +9,8 @@ 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 zone transfers or DNS-over-HTTPS -using asynchronous I/O but we hope to offer this in the future. +There is currently no support for DNS-over-HTTPS using asynchronous +I/O but we hope to offer this in the future. UDP --- @@ -31,3 +31,8 @@ TLS --- .. autofunction:: dns.asyncquery.tls + +Zone Transfers +-------------- + +.. autofunction:: dns.asyncquery.inbound_xfr |
