1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 09:15:11 +02:00
lego/providers/dns/dyn/internal/fixtures/create-txt-record.json
2023-05-05 09:49:38 +02:00

11 lines
132 B
JSON

{
"fqdn": "example.com.",
"rdata": {
"txtdata": "txt"
},
"record_type": "TXT",
"ttl": 120,
"zone": "example.com"
}