sweh wrote:
Guspaz wrote:
I also use my linode to drive a dynamic DNS service for my home file server after DynDNS deleted all of my hostnames with no possibility of recreating them as part of their "screw over all of the few remaining free customers" campaign.
Huh? My free dnsalias.org entry is still working for me...
I had several ath.cx domains. DynDNS has been pulling tricks to try to get rid of free accounts. Their latest was to send out an e-mail that suspiciously ended up in everybody's spam folder (their mail never has before, and it wasn't just me) that said something like "log into your interface in 5 days or we delete all your hosts". They deleted my hosts, and ath.cx is no longer available to create new domains, so they're all gone permanently.
glg wrote:
I do the same, but just using the linode api rather than needing to run anything on my linode
That's what I'm doing. The linode is required because I can't use the Linode API without having a linode. Also, I stuck a PHP script on my linode that spits out the IP of the requesting user, which is used by the dyndns client to figure out if its IP has changed. There are public services I could use for this, though (it was faster to write a one-line PHP script than find a good service), so there isn't really anything critical being done on the linode.