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

Field kind of Table domainmetadata too short #104

Closed fabiorauber closed 7 years ago

fabiorauber commented 8 years ago

The kind table of domainmetadata is a varchar(15). This prevents the use of AXFR-MASTER-TSIG as metadata for the domain, as in PowerDNS tutorial https://doc.powerdns.com/md/authoritative/tsig/

vi4m commented 8 years ago

@szok @fabiorauber is right, we should extend it.