summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-05-11 09:07:09 -0700
committerBrian Wellington <bwelling@xbill.org>2020-05-11 09:18:04 -0700
commitba3b801f4d09975f676dfb28ef114f4ab16d6bd2 (patch)
tree3bc455cfd53d1d7ca4934ac4b2df5b246ad804a8 /doc
parent2c2551288a7cddf4a838e3224c1dea662a0211f7 (diff)
downloaddnspython-ba3b801f4d09975f676dfb28ef114f4ab16d6bd2.tar.gz
Add TLS.
Diffstat (limited to 'doc')
-rw-r--r--doc/query.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/query.rst b/doc/query.rst
index bd7fcbb..55aa5ab 100644
--- a/doc/query.rst
+++ b/doc/query.rst
@@ -27,6 +27,11 @@ TCP
.. autofunction:: dns.query.send_tcp
.. autofunction:: dns.query.receive_tcp
+TLS
+---
+
+.. autofunction:: dns.query.tls
+
HTTPS
-----