ddns-updater icon indicating copy to clipboard operation
ddns-updater copied to clipboard

Add TransIP provider

Open LucaScorpion opened this issue 9 months ago • 3 comments
trafficstars

Adds support for TransIP, resolves #254

Tested locally, and seemed to work like a charm! Ipv6 and wildcards are both supported, and it will either create a new entry, or update an existing one.

The relevant API documentation can be found here: https://api.transip.nl/rest/docs.html#domains-dns

Side note: this PR also includes a small fix from https://github.com/qdm12/ddns-updater/pull/918. It shouldn't conflict, but if that does happen I'll fix that after that one is merged :)

Let me know if any changes are needed, and thanks in advance!

LucaScorpion avatar Jan 25 '25 17:01 LucaScorpion

I've tested this PR and it seems to work good :) If anyone wants to use it; a container image with this feature built in is available at docker.io/geertjohan/ddns-updater:with-transip.

GeertJohan avatar Mar 30 '25 19:03 GeertJohan

@GeertJohan Thanks for testing and the suggestion! I'll try to update the PR somewhere next week to include the suggestion and get it fully ready :)

LucaScorpion avatar Apr 09 '25 09:04 LucaScorpion

Took a bit longer than expected, but the suggestion is now part of the code, and all seems to be working well still :)

LucaScorpion avatar May 01 '25 18:05 LucaScorpion

I have just pushed a new build to docker.io/geertjohan/ddns-updater:with-transip and am using it succesfully.

I believe this PR is safe to merge.

GeertJohan avatar Sep 07 '25 14:09 GeertJohan