lego/providers/dns/dyn/internal/fixtures/create-txt-record.json

11 lines
132 B
JSON
Raw Normal View History

2023-05-05 07:49:38 +00:00
{
"fqdn": "example.com.",
"rdata": {
"txtdata": "txt"
},
"record_type": "TXT",
"ttl": 120,
"zone": "example.com"
}