lego/providers/dns/hyperone/internal/fixtures/recordset.json

21 lines
303 B
JSON
Raw Normal View History

2020-08-24 21:50:52 +00:00
[
{
"id": "123456789abcd",
"name": "example.com.",
"type": "SOA",
"ttl": 1800
},
{
"id": "123456789abcde",
"name": "example.com.",
"type": "NS",
"ttl": 3600
},
{
"id": "123456789abcdf",
"name": "example.com.",
"type": "CNAME",
"ttl": 3600
}
]