Earlier quoted context omitted.
No, it's Dyn's and No-IP's thing.
From FreeDNS news page[1]: "2012-03-29 18:20:33, 2 years ago: Free accounts not accessed at least once every 6 months will be considered dormant and unloaded from memory." What does "dormant" mean here? Do they delete your DNS records? It might not be as draconian as what DynDNS was doing, but certainly a barrier you should consider. [1]: http://freedns.afraid.org/news/
Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
41–50 of 73 posts
Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#42Looks good. I've been pondering git-dns.io for a while - storing DNS in git and using hooks to trigger rebuilds. Unfortunately most of the DNS resellers are expensive, and using Amazon means your hosted domains get given "random nameservers", which complicates the setup for somebody importing lots of domains. I'd love to be able to say "Use a/b/c.git-dns.io" for the nameservers, but all the resellers of DNS make you…
Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#43Is there any particular reason you didn't just add your domain to the pool at https://freedns.afraid.org/ ?
Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#44Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#45Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#46Looks good. I've been pondering git-dns.io for a while - storing DNS in git and using hooks to trigger rebuilds. Unfortunately most of the DNS resellers are expensive, and using Amazon means your hosted domains get given "random nameservers", which complicates the setup for somebody importing lots of domains. I'd love to be able to say "Use a/b/c.git-dns.io" for the nameservers, but all the resellers of DNS make you…
Have you seen LuaDNS? It sounds sort of what you're talking about, and they let you set up vanity servers if you want. http://www.luadns.com/
That said I think I pretty much shelved the idea when I considered how hard it would be to get paying customers.
Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#47> DynDNS replacement I would disagree. This may look like a replacement from the end-user's point of view, but it does not address the real issues of DNS management: space to store all zone data, bandwidth to support requests flow, resources to handle the load. Either you are just proxying someone else's service, or you are running your own on (supposedly) limited resources. Am I wrong? Moreover, I heard from DynDNS…
> it does not address the real issues of DNS management: space to store all zone data, bandwidth to support requests flow, resources to handle the load. You're absolutely right! However, as you said, it solves the user's problem from their point of view. The main reason I started this project was that other dyndns alternatives (whether they be proxies or "fully-fledged" operations) have rather ugly domain names, in m…
Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#48Earlier quoted context omitted.
> it does not address the real issues of DNS management: space to store all zone data, bandwidth to support requests flow, resources to handle the load. You're absolutely right! However, as you said, it solves the user's problem from their point of view. The main reason I started this project was that other dyndns alternatives (whether they be proxies or "fully-fledged" operations) have rather ugly domain names, in m…
[deleted]
If someone were to finger all the nameservers in the world, I would bet that BIND has a large user share.
A good alternative is NSD from the team that also makes unbound.
Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#49> DynDNS replacement I would disagree. This may look like a replacement from the end-user's point of view, but it does not address the real issues of DNS management: space to store all zone data, bandwidth to support requests flow, resources to handle the load. Either you are just proxying someone else's service, or you are running your own on (supposedly) limited resources. Am I wrong? Moreover, I heard from DynDNS…
> it does not address the real issues of DNS management: space to store all zone data, bandwidth to support requests flow, resources to handle the load. You're absolutely right! However, as you said, it solves the user's problem from their point of view. The main reason I started this project was that other dyndns alternatives (whether they be proxies or "fully-fledged" operations) have rather ugly domain names, in m…
Is this project something you'd consider releasing the source code for (obviously I'm happy to write my own code if needs be but there's no point in me reinventing the wheel if you already have this sitting on a public git repo)
Re: Show HN: zzzz.io, a free DynDNS replacement I created on the weekend
#50Earlier quoted context omitted.
From FreeDNS news page[1]: "2012-03-29 18:20:33, 2 years ago: Free accounts not accessed at least once every 6 months will be considered dormant and unloaded from memory." What does "dormant" mean here? Do they delete your DNS records? It might not be as draconian as what DynDNS was doing, but certainly a barrier you should consider. [1]: http://freedns.afraid.org/news/
What does "not accessed" mean? One could write a script that would log in every month or so, click around (very carefully of course ;) ) and logout. How would they know the difference?