summaryrefslogtreecommitdiff
path: root/tests/test_doh.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Bob Halley2020-05-081-12/+0
| | | | is not adding anything over https()
* 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
- 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