jlentink / go-transip-dyndns

Easy update your hostname hosted with TransIP to your dynamic address.
MIT License
36 stars 3 forks source link

Support for multiple domains #5

Closed squadramunter closed 2 years ago

squadramunter commented 3 years ago

Hi first I want to thank you for this awesome tool.

Second I like the idea of using this tool to automatically update the A record to the correct IP. But I also like to see support for multiple domains. I have 3 domains but when I add them double I can't run it.

The only workaround is to create a directory and run multiple programs alongside.

Would be great to see support for that.

jlentink commented 3 years ago

Thanks for the feedback.

It would be a good idea! Let me put that on the roadmap.

squadramunter commented 3 years ago

I searched in the API and it seems you can list all domains by using this command.

$allDomains = $api->domains()->getAll();

This is their PHP code API

jlentink commented 2 years ago

Feature implemented now and available to download in v2.