ctrlaltcoop / certbot-dns-hetzner

Certbot plugin enabling dns-01 challenge on the Hetzner DNS API
Other
155 stars 24 forks source link

Use known domain as filter #15

Closed dgrothaus-ku closed 1 year ago

dgrothaus-ku commented 2 years ago

When the requested zone name is known, use that zone name for API query directly instead of filtering afterwards. API results are paginated and always checking all records of the first page may result in an error although the zone is known (but on a page past the first 100 zones)