Registrars with free DynDNS services of my own domains.
Marcin M. Jessa
lists at yazzy.org
Fri Mar 5 09:21:51 UTC 2010
On 03/03/2010 10:42 PM, George Georgalis wrote:
> On Mon 22 Feb 2010 at 10:39:02 PM +0100, Marcin M. Jessa wrote:
>
>> Hi guys.
>>
>> Many registrars offer free DNS hosting if you register your domain
>> with them.
>> I need a bit more. I need a registrar which not only will "host" my
>> own domains but also in exchange give me
>> a dyndns service so I can automatically update the @ records of my
>> domains as an extra free of charge service.
>> Do you guys know of any registrars that can do that?
>>
>
> *snip* resulting discussion...
>
> perhaps this is the magic cookie you where looking for?
>
> in your registrar, add a couple cname entries for your dynamic hosts...
>
> www 800 IN CNAME userid.dyndns.org.
> @ 800 IN CNAME userid.dyndns.org.
>
> then www.yourdomain.com and yourdomain.com resolves to your dynamic ip
>
>
Thanks for trying but you're missing the point. I knew all the way about
the method you suggested.
It's all about updating of SOA and A records of a domain.tld. You should
read entire thread...
My solution was to rent a small Xen DomU host with NetBSD which I'm
using as my secondary DNS so I don't have to run it on dynamic IP.
I am now updating my A and SOA records on the master based on my dyndns
client and the IP it points to.
It's a matter of a couple of well written SQL queries with PowerDNS.
Here's the script updating my domains's records if anyone else would
need to do the same thing:
http://yazzy.yazzy.org/coding/shell/dyndns/
Marcin Jessa.
More information about the freebsd-isp
mailing list