ddns-scripts: add Hetzner Cloud support
authorChristopher Obbard <redacted>
Sat, 31 Jan 2026 01:47:44 +0000 (02:47 +0100)
committerFlorian Eckert <redacted>
Tue, 3 Feb 2026 07:32:33 +0000 (08:32 +0100)
commit5ee205bd31b7ec09521b2c0d3d6d535da040fc9e
treec6c095f6596b64e9aaa6179c57f41d2806c79de9
parentf171043ce8a433afaaa456afc4a6db965b321f03
ddns-scripts: add Hetzner Cloud support

Add a new Hetzner DDNS provider using the Hetzner Cloud API
(api.hetzner.cloud) with Bearer token authentication.

Configuration guide:
* set [domain] to domain
* set [username] to subdomain (without domain)
* set [password] to Bearer API key

Signed-off-by: Christopher Obbard <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/update_hetzner_cloud.sh [new file with mode: 0755]
net/ddns-scripts/files/usr/share/ddns/default/hetzner.com.json [new file with mode: 0644]
net/ddns-scripts/files/usr/share/ddns/list
git clone https://git.99rst.org/PROJECT