summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add make_resolver_at() and resolve_at(). (#926)Bob Halley2023-04-192-4/+23
* Add basic DDR support. (#919)Bob Halley2023-04-071-0/+42
* run blackBob Halley2023-03-303-3/+3
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-192-25/+6
* Initial DoQ support.Bob Halley2022-10-091-0/+120
* black autoformattingBob Halley2022-03-1516-189/+293
* Add resolver edns optionsIshai2022-01-101-0/+49
* update RD=0 example now that we have a flags parameterBob Halley2021-11-071-5/+6
* Merge pull request #719 from paulehoffman/rd=0-exampleBob Halley2021-11-071-0/+10
|\
| * Extended the example to include one with RD=0Paul Hoffman2021-11-021-0/+10
* | Added examples of use_edns()Paul Hoffman2021-10-141-12/+24
* | First attempt at edns.pyPaul Hoffman2021-10-131-0/+40
|/
* remove extra slash so link worksKimball Leavitt2021-02-251-1/+1
* Avoid using deprecated Resolver.query in examplesFlorian Bruhin2020-09-213-4/+4
* fix trio exampleBob Halley2020-09-031-7/+8
* Add DoH JSON example.Bob Halley2020-07-131-0/+92
* make executableBob Halley2020-07-102-0/+0
* add ECS exampleBob Halley2020-07-101-0/+15
* add missing import to trio exampleBob Halley2020-05-161-0/+1
* async resolver and lintingBob Halley2020-05-161-0/+4
* Start trio async support.Bob Halley2020-05-161-0/+24
* make all shebangs python3Bob Halley2020-05-019-9/+9
* Remove "from __future__ import" statements.Brian Wellington2020-05-019-17/+0
* DoH cleanup.Brian Wellington2020-01-071-2/+2
* example for DNS over HTTPSkimbo2019-12-301-0/+42
* Handle the case where the NOTIFY has no answer SOA RR.Bob Halley2019-03-181-4/+9
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-10/+10
* Initial type signaturesJanus2018-07-313-17/+41
* examples/zonediff: fix pylint (singleton-comparison)Tomas Krizek2018-07-181-3/+3
* delintBob Halley2018-02-202-6/+2
* Fix incorrect example using non-specific ResolverArcadiy Ivanov2017-11-141-1/+1
* add example of querying a specific serverBob Halley2016-12-301-0/+39
* add future import for printBob Halley2016-12-181-0/+2
* update commentBob Halley2016-12-181-0/+3
* add example of receiving notify messagesBob Halley2016-12-181-0/+27
* Pylint: remove bare exceptsMartin2016-08-311-2/+2
* Pylint: examples: py3 replace deprecated optparse with argparseMartin2016-07-021-9/+9
* Pylint: examples: fix redefined sys from outer scope errorMartin2016-07-021-3/+2
* Pylint: examples: fix basestring is not in py3Martin2016-07-021-9/+9
* Pylint: examples: fix extremenly long linesMartin2016-07-021-6/+24
* Pylint: examples: fix redefined variables from outer scopeMartin2016-07-021-1/+5
* Pylint: examples: cmp builtin is not in py3Martin2016-07-021-1/+1
* Pylint: examples: fix singleton comparisonMartin2016-07-021-1/+1
* Pylint: examples: fix whitespace errorsMartin2016-07-021-17/+16
* Pylint: examples: do py2/3 compatible printsMartin2016-07-027-15/+29
* Fix typosJakub Wilk2016-05-261-1/+1
* clean Tabdv2015-03-022-10/+10
* compute dnspython.org master server and xfr from itBob Halley2011-05-031-1/+5
* Add zonediff.py to examplesBob Halley2010-10-311-0/+270
* deobfuscate code; thanks to Andre van der VliesBob Halley2008-08-051-7/+5