mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Mijnhost provider #541
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?
Originally created by @lvanbuiten on GitHub (Jul 22, 2025).
What's the feature?
To add support for Mijnhost as a DNS provider.
Extra information?
API documentation, of the suggested API call, can be found here: https://mijn.host/api/doc/api-3600003
I already made a cronjob using this API call, but you have to supply all DNS records, otherwise it will be overridden/deleted.
Example of the cronjob/cUrl implementation:
Perhaps I could implement it myself, but I don't have any experience with the language Go, so it would probably take a while to implement. Of course, I'm happily to test it.