linode DNS API Question

Hi Guys,

I have a home server (dynamic IP) that I'd like to keep automatically updated in DNS.

Can someone point me to some examples of how to leverage the linode api to do this? Sadly, I'm not a programmer (yet).

I remember with zoneedit, I could schedule a cronjob to issue a wget command to 'http://dynamic.zoneedit.com/auth/dynami … domain.com">http://dynamic.zoneedit.com/auth/dynamic.html?host=www.domain.com' to keep things synced up.

Could I so something similar for linode?

-M

1 Reply

http://www.linode.com/api/?method=domai … rce.update">http://www.linode.com/api/?method=domain.resource.update

"When Type=A or AAAA the token of '[remote_addr]' will be substituted with the IP address of the request." And as such:

http://www.linode.com/forums/viewtopic. … 3033#23033">http://www.linode.com/forums/viewtopic.php?p=23033#23033

-Chris

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct