lego/providers/dns/autodns/internal/fixtures/add-record.json
2023-05-05 09:49:38 +02:00

15 lines
225 B
JSON

{
"origin": "example.com",
"resourceRecords": [
{
"name": "example.com",
"ttl": 120,
"type": "TXT",
"value": "txt",
"pref": 1
}
],
"action": "xxx",
"virtualNameServer": "yyy"
}