linode
linode copied to clipboard
Linode Dynamic DNS Updater for Python 2.5
Linode must have updated the syntax of their API call.
Change the Linode API interfaces according to the new APIs(atm Jan 2017). Also comment on how to get domain id which I couldn't find in a web interface, but instead...
The pull request includes: - adjustment to the API changes in linode, - ability to configure script from .conf file, - ability to specify domain and hostname. The required DOMAINID...
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...
The DNS API methods needed to be updated (http://www.linode.com/api/dns). The domain.resource.list returns a list so execute returns the first item. I also updated the API and GETIP options.