1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-25 11:02:56 +02:00
lego/providers/dns/hosttech/internal/fixtures/zones.json

14 lines
232 B
JSON
Raw Normal View History

2021-07-09 22:50:19 +02:00
{
"data": [
{
"id": 10,
"name": "user1.ch",
"email": "test@hosttech.ch",
"ttl": 10800,
"nameserver": "ns1.hosttech.ch",
"dnssec": false,
"dnssec_email": "test@hosttech.ch"
}
]
}