Transform @ in Digitalocean API output to zone name

This commit is contained in:
Adam Smith
2017-11-23 22:30:39 -08:00
parent 7fc437dba5
commit ef8d66ff9c
2 changed files with 10 additions and 5 deletions
+3 -3
View File
@@ -25,7 +25,7 @@
"id": 11189891,
"type": "CNAME",
"name": "cname",
"data": "unit.tests",
"data": "@",
"priority": null,
"port": null,
"ttl": 300,
@@ -69,7 +69,7 @@
"id": 11189895,
"type": "CNAME",
"name": "included",
"data": "unit.tests",
"data": "@",
"priority": null,
"port": null,
"ttl": 3600,
@@ -86,4 +86,4 @@
"meta": {
"total": 21
}
}
}