JMDirksen / TransIP-DDNS-Docker

Docker container for updating a TransIP DNS record when public IP changes
3 stars 2 forks source link

Improvements and multi-domain support. #4

Closed bvandevliet closed 6 days ago

bvandevliet commented 1 month ago

Hi JM,

I was looking around for clean existing solutions for TransIP DDNS and in my opinion your approach is the best I've come across. Though I saw some room for improvement and I also needed sub- and multi-domain support. So I forked it and made some changes. I will probably build and host my own Docker container but wanted to make this PR anyway as it might benefit you and others too. Thank you for your great work!

Regards, Bob

JMDirksen commented 3 weeks ago

Hi @bvandevliet, thank you for your interest and compliment. But I don't think this will work in my use case, I use it to only update one particular subdomain, like: thisone.mydomain.com, not the whole domain and all subdomains. That functionality would be lost with this PR.