Custom failover settings?
3 Replies
APIdomain.resource.update
Determining when your Linode fails is an exercise for the reader, but a cron job involving curl or wget from your friend's server would probably do nicely.
@hoopycat:
You can change DNS via the
using the APImethod. When you detect that your Linode fails, hit that with the new target IP address and it will pick it up on the next refresh. domain.resource.updateDetermining when your Linode fails is an exercise for the reader, but a cron job involving curl or wget from your friend's server would probably do nicely.
Is it good way to implement DNS-failover?
DNS Made Easy