lego/providers/dns/limacity/internal/fixtures/get-records.json
2024-08-30 01:20:44 +02:00

21 lines
391 B
JSON

{
"records": [
{
"id": 1234,
"content": "ns1.lima-city.de",
"name": "example.com",
"ttl": 36000,
"type": "NS",
"priority": null
},
{
"id": 5678,
"content": "\"foobar\"",
"name": "_acme-challenge.example.com",
"subdomain": "_acme-challenge",
"ttl": 36000,
"type": "TXT",
"priority": null
}
]
}