lego/providers/dns/limacity/internal/fixtures/get-records.json

22 lines
391 B
JSON
Raw Normal View History

2024-08-29 23:20:44 +00:00
{
"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
}
]
}