mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
[PR #1046] add hetznernetworking provider #942
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/qdm12/ddns-updater/pull/1046
State: open
Merged: No
Add Hetzner Networking DNS Provider
Overview
Adds support for the new Hetzner Cloud DNS API with the
hetznernetworkingprovider. This is a separate provider from the existinghetznerprovider, offering modern RRSet-based operations and wildcard domain support.Features
*.example.com)Configuration
API Endpoints
GET /v1/zones/{zone}/rrsets/{name}/{type}- Get recordsPOST /v1/zones/{zone}/rrsets/{name}/{type}/actions/add_records- Create recordsPOST /v1/zones/{zone}/rrsets/{name}/{type}/actions/set_records- Update recordsTesting
Breaking Changes
None - purely additive change. Legacy
hetznerprovider remains unchanged.Documentation
docs/hetznernetworking.md