linode icon indicating copy to clipboard operation
linode copied to clipboard

Modified script to work with recent API changes, and just use domain name as input

Open Andomar opened this issue 11 years ago • 1 comments

Hi,

Today I tried your LinodeDynDns solution. It looks like the API has changed a bit. I modified your script to work with the new API version. I thought others might be interested in a new version as well. So here's a pull request.

Also, it's now possible to retrieve the DomainId and ResourceId automatically. Instead of DomainId and ResourceId, the script is now configured with the dynamic domain name (f.e. home.yourname.com)

DomainId is retrieved with domain.list() ResourceId is retrieved with domain.resource.list()

Linode API link: https://www.linode.com/api/dns

Kind regards, [email protected]

Andomar avatar May 19 '13 14:05 Andomar

This PR is working fine for me. Thanks!

deviantintegral avatar May 26 '13 19:05 deviantintegral