This website requires JavaScript.
Explore
Help
Sign In
mirror
/
stackexchange-dnscontrol
Watch
1
Star
0
Fork
0
You've already forked stackexchange-dnscontrol
mirror of
https://github.com/StackExchange/dnscontrol.git
synced
2024-05-11 05:55:12 +00:00
Code
Issues
Releases
Activity
Files
bf9e48d06f522dfa8cd3449d71499f369a39838a
stackexchange-dnscontrol
/
pkg
/
js
/
parse_tests
/
025-autodnssec.js
9 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
AUTODNSSEC -> AUTODNSSEC_ON (#863) * AUTODNSSEC -> AUTODNSSEC_ON * Validate AutoDNSSEC values * AUTODNSSEC now generates a warning and does nothing.
2020-09-27 16:37:42 -04:00
D
(
"nothing.com"
,
"none"
)
;
D
(
"with.com"
,
"none"
,
AUTODNSSEC
_ON
)
;
D
(
"without.com"
,
"none"
,
AUTODNSSEC
_OFF
Add AUTODNSSEC, implement for DNSimple (#640) * 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
2020-02-22 07:09:31 -05:00
)
;
Copy Permalink