mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Fix DNSimple SRV and MX records (#413)
* Fix SRV and MX records, update knownFailures This gets us back to tests passing Signed-off-by: Amy Aronsohn <WagThatTail@Me.com> * Better comment Signed-off-by: Amy Aronsohn <WagThatTail@Me.com>
This commit is contained in:
committed by
Craig Peterson
parent
cf7f199462
commit
4e417eaa06
@@ -17,10 +17,10 @@
|
||||
"domain": "$DO_DOMAIN"
|
||||
},
|
||||
"DNSIMPLE": {
|
||||
"COMMENT": "16/17: no ns records managable. Not even for subdomains.",
|
||||
"COMMENT": "20-22: no ns records managable. Not even for subdomains.",
|
||||
"baseurl": "https://api.sandbox.dnsimple.com",
|
||||
"domain": "$DNSIMPLE_DOMAIN",
|
||||
"knownFailures": "18,19,20",
|
||||
"knownFailures": "20,21,22",
|
||||
"token": "$DNSIMPLE_TOKEN"
|
||||
},
|
||||
"GANDI": {
|
||||
|
||||
Reference in New Issue
Block a user