Bill Shupp wrote:
Yes I was checking the tinydns-data page (http://cr.yp.to/djbdns/tinydns-data.html) and found my existing syntax was slightly off :/Brian wrote:
I have a tinydns server that I am trying to port/put into vegadns; to make life easier on the people here.
in the original tinydns data file (that was created by hand/a human) I have this:
Zdomain.name:192.168.1.248:hostmaster.domain.name::7200:3601:86400:3601:43200::
&domain.name:192.168.1.248:500
it seems that vegadns will not allow me to make this same entry (regarding the & entry)
I cannot put an IP address in there this is the closest thing I can get:
Zdomain.name:192.168.1.248:hostmaster.domain.name::16384:2048:1048576:2560:86400
&domain.name::ns.domain.name:3600 +ns.domain.name:192.168.1.248:3600
Is there something syntactily incorrect about my entry with an IP?
also is there no way to do a wildcard entry?
*.something.domain.name as an A record isn't accepted.
How can I get that to be entered?
Thanks in advance.
An NS record should not point to an IP, I believe. You need it to point to a hostname, and then have an A record for that hostname.
Regards,
Bill
(thank you for fixing my error :) )
also what about the wildcard entry? Is that a possibility? (we run a proxy server here @ the library and it's something like 180-200 databases that we proxy I'd hate to have to have someone have to entry all those entries.. )
