1
0
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:
Amy Aronsohn
2018-10-13 21:30:13 -07:00
committed by Craig Peterson
parent cf7f199462
commit 4e417eaa06
2 changed files with 39 additions and 16 deletions

View File

@@ -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": {