From 509366810e9ec3b95c7b1fc7008d316d14c66f9c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 8 May 2020 06:44:19 -0700 Subject: [PATCH] add dns.query.https --- doc/query.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/query.rst b/doc/query.rst index 77e1c6b7..bd7fcbb6 100644 --- a/doc/query.rst +++ b/doc/query.rst @@ -10,7 +10,7 @@ you should use the higher level ``dns.resolver`` module; see :ref:`resolver`. For UDP and TCP, the module provides a single "do everything" query function, and also provides the send and receive halves of this function -individually for situations where more sophisticated I/O handling is in +individually for situations where more sophisticated I/O handling is being used by the application. UDP @@ -26,7 +26,12 @@ TCP .. autofunction:: dns.query.tcp .. autofunction:: dns.query.send_tcp .. autofunction:: dns.query.receive_tcp - + +HTTPS +----- + +.. autofunction:: dns.query.https + Zone Transfers -------------- -- 2.47.3