lego/providers/dns/hyperone/internal/fixtures/recordset.json
2020-08-24 23:50:52 +02:00

20 lines
303 B
JSON

[
{
"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
}
]