summaryrefslogtreecommitdiff
path: root/tests/example3.good
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the AMTRELAY type.Brian Wellington2020-07-011-0/+5
|
* Improve TXT records in example zone.Brian Wellington2020-05-041-1/+3
| | | | | | | | | | This zone was copied from a zone file in BIND long ago. BIND contains both sample zone files and a script to generate sample zone files, but the committed files appear to have been generated by a broken version of the script. This updates the TXT records to what the script would have generated, which is far more complete.
* Parse decimal integer time in RRSIG records.Bob Halley2019-04-081-0/+1
| | | | | Patch by Brian Wellington (thanks!) [Issue #364]
* Add OPENPGPKEY RR support.Bob Halley2016-10-101-0/+1
|
* Add AVC RR support.Bob Halley2016-09-201-0/+1
|
* Add CSYNCBob Halley2016-05-231-0/+1
|
* harmonize example zoneBob Halley2016-05-201-11/+14
|
* LOC processing lost N/S or E/W info when values were within aBob Halley2016-05-201-0/+2
| | | | degree of the equator or the prime meridian.
* Add support for CDNSKEY record typeJan Vcelak2015-10-311-0/+1
|
* Add support for CDS record typeJan Vcelak2015-10-311-0/+1
|
* Add URI RR to test data.Bob Halley2015-03-211-0/+1
|
* Add CAA.Bob Halley2014-09-041-0/+6
|
* Add dns.zone.to_text() convenience method.Bob Halley2014-06-211-0/+117
Thanks to Brandon Whaley <redkrieg@gmail.com> for the patch.