Skip to content

Releases: mabe1489/Hetzner-DynDNS-RRSet

Hetzner DynDNS Script (beta 1.0)

08 Nov 15:12
46639b0

Choose a tag to compare

Pre-release

Hetzner DynDNS (A-Records) based on a bash script.

Requirements: curl

  1. You need an API Token:

Your project > security > API-Tokens

Create one with read and write access.

  1. cd Hetzner-DynDNS-RRset

  2. You need your zoneID: run the zoneID script: bash ./zoneID -t YOUR_API-TOKEN.

Now save your zoneID in the ddns.sh in ZONE_ID and also enter your API-Token in API-TOKEN.

With the flag -n you can enter your record name.

After that installing a cronjob with:

*/10 * * * * bash ./ddns.sh -n Your-Record-Name

🎉Have fun and send issues in the issue tab (That would be really nice)🎉