allegro / django-powerdns-dnssec

Django application managing PowerDNS database
http://django-powerdns-dnssec.readthedocs.org
BSD 2-Clause "Simplified" License
27 stars 17 forks source link

Extend DomainMetadata.kind to 31 characters to allow for all PowerDNS… #200

Closed blag closed 7 years ago

blag commented 7 years ago

As originally reported in #104, DomainMetadata.kind is only 15 characters, which excludes AXFR-MASTER-TSIG, as well as a few other options (see here).

This PR extends the field to 31 characters to allow for all options.

Closes #104.