1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-25 02:55:11 +02:00
lego/providers/dns/hosttech/internal/fixtures/zones.json
2021-07-09 22:50:19 +02:00

14 lines
232 B
JSON

{
"data": [
{
"id": 10,
"name": "user1.ch",
"email": "test@hosttech.ch",
"ttl": 10800,
"nameserver": "ns1.hosttech.ch",
"dnssec": false,
"dnssec_email": "test@hosttech.ch"
}
]
}