This package implements the libdns interfaces for the Hetzner DNS APIs.
- The
v1version of this package (github.com/libdns/hetzner) implements the deprecated Hetzner DNS Console API (zones in the DNS Console) - The
v2version of this package (github.com/libdns/hetzner/v2) implements the new Hetzner DNS Cloud API (zones in the Hetzner Console)
To authenticate, you need to supply a Hetzner Cloud API token.
See examples and provider_test.go.
MIT