summaryrefslogtreecommitdiff
path: root/tests/test_doh.py
Commit message (Expand)AuthorAgeFilesLines
* disable 9.9.9.9 in tests temporarilyBob Halley2020-08-221-2/+6
* Don't read resolv.conf in tests that don't use it.Brian Wellington2020-07-081-2/+2
* Improve resolver coverage by:Bob Halley2020-06-161-1/+17
* Add missing comma.Bob Halley2020-06-161-1/+1
* Add an IPv6 address for Cloudflare DoH that works.Bob Halley2020-06-161-2/+1
* test DoH with both v4 and v6Bob Halley2020-06-161-17/+53
* do not run DoH tests if there is no networkBob Halley2020-05-211-1/+10
* lintBob Halley2020-05-091-1/+0
* remove send_https() as the send/receive split is too hard for HTTPS and it is...Bob Halley2020-05-081-12/+0
* fix lingering unguarded requests importsBob Halley2020-05-011-3/+4
* make DOH an extra feature (to avoid requests as hard dependency)Daniel Lenski2020-04-301-0/+2
* delintBob Halley2020-03-111-1/+3
* DoH cleanup.Brian Wellington2020-01-071-5/+11
* send_https() and test for itkimbo2019-12-301-0/+11
* added bootstrap address option to https()kimbo2019-12-301-0/+13
* req'd session param to https() for connection reusekimbo2019-12-301-4/+10
* cleaned up query.py and test_dohkimbo2019-12-231-13/+2
* improvements to dns.query.httpskimbo2019-12-191-0/+64