]> git.ipfire.org Git - thirdparty/dnspython.git/commit
improvements to dns.query.https
authorkimbo <kimballleavitt@gmail.com>
Fri, 20 Dec 2019 00:25:27 +0000 (17:25 -0700)
committerkimbo <kimballleavitt@gmail.com>
Fri, 20 Dec 2019 00:25:27 +0000 (17:25 -0700)
commit9d970766c0d1be9e66213668cabf894139b6fff8
tree9b4f20418c0ac55fdaab7e71e008c7b72d098ef4
parenta3193c831f97854e82db28492333d1aa269b1a12
improvements to dns.query.https

- use requests module (instead of urllib)
- added option to pass in an IP address or a URL
- added basic tests (for dns.query.https)

TODO: af, source_port
dns/query.py
tests/test_doh.py [new file with mode: 0644]