mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-03-10 06:23:25 +08:00
* Add AUTODNSSEC, implement for DNSimple There are two models for DNSSEC in DNS management: either dnscontrol manages all the DNSSEC records and has to be invoked regularly for re-signing, or the provider manages DNSSEC automatically and dnscontrol is not involved beyond saying "yeah, do that". This implements the latter, as a model, and for one provider. Potentially we could tune/configure options for DNSSEC such as algorithm, but DNSimple don't expose that API so I haven't implemented it. This minimal model should be something which maps into other providers cleanly. * Fix missing CanAutoDNSSEC on provider * Validation fix for master broken This is broken in master and causing Travis in my branch to fail. The validation tool runs with `gofmt -s` to require "simplify", and so rejects an ignored second bound variable to range iteration. * Correct wire in the AUTODNSSEC validation step |
||
---|---|---|
.. | ||
A.md | ||
AAAA.md | ||
ALIAS.md | ||
AUTODNSSEC.md | ||
CAA.md | ||
CF_REDIRECT.md | ||
CF_TEMP_REDIRECT.md | ||
CNAME.md | ||
DefaultTTL.md | ||
DnsProvider.md | ||
FRAME.md | ||
IGNORE.md | ||
IMPORT_TRANSFORM.md | ||
MX.md | ||
NAMESERVER.md | ||
NAMESERVER_TTL.md | ||
NO_PURGE.md | ||
NS.md | ||
PTR.md | ||
PURGE.md | ||
R53_ALIAS.md | ||
SRV.md | ||
SSHFP.md | ||
TLSA.md | ||
TXT.md | ||
URL.md | ||
URL301.md |