mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fix: prevent digital ocean provider to crash if records type is not supported
This commit is contained in:
+11
@@ -1,5 +1,16 @@
|
||||
{
|
||||
"domain_records": [{
|
||||
"id": null,
|
||||
"type": "SOA",
|
||||
"name": "@",
|
||||
"data": null,
|
||||
"priority": null,
|
||||
"port": null,
|
||||
"ttl": null,
|
||||
"weight": null,
|
||||
"flags": null,
|
||||
"tag": null
|
||||
}, {
|
||||
"id": 11189874,
|
||||
"type": "NS",
|
||||
"name": "@",
|
||||
|
||||
Reference in New Issue
Block a user