thusoy / poff

A plain old flask frontend for PowerDNS.
MIT License
1 stars 0 forks source link

Enable DNSSEC automatically for new domains #9

Open thusoy opened 8 years ago

thusoy commented 8 years ago

Might have to either use the pdns API or generate keys ourselves and put into the database, look into that. New domains should probably also have NSEC3 parameters created by default.

thusoy commented 7 years ago

Now sets NSEC3 by default, now to figure out DNSSEC..