From: Brian Wellington Date: Mon, 11 May 2020 16:07:09 +0000 (-0700) Subject: Add TLS. X-Git-Tag: v2.0.0rc1~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3b801f4d09975f676dfb28ef114f4ab16d6bd2;p=thirdparty%2Fdnspython.git Add TLS. --- diff --git a/doc/query.rst b/doc/query.rst index bd7fcbb6..55aa5ab5 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 -----