mirror of
https://github.com/go-acme/lego.git
synced 2025-01-10 18:53:06 +02:00
24 lines
457 B
JSON
24 lines
457 B
JSON
{
|
|
"response": {
|
|
"zone": {
|
|
"name": "example.com",
|
|
"type": "Primary",
|
|
"internal": false,
|
|
"dnssecStatus": "SignedWithNSEC",
|
|
"disabled": false
|
|
},
|
|
"addedRecord": {
|
|
"disabled": false,
|
|
"name": "example.com",
|
|
"type": "A",
|
|
"ttl": 3600,
|
|
"rData": {
|
|
"ipAddress": "3.3.3.3"
|
|
},
|
|
"dnssecStatus": "Unknown",
|
|
"lastUsedOn": "0001-01-01T00:00:00"
|
|
}
|
|
},
|
|
"status": "ok"
|
|
}
|