*** No address (A) records available for www.nec.ca
Hello,
I'm developping a DNS server.
When I send a response from my cache
(static Map<String, byte[]> reponseCache = new HashMap<String, byte[]>())
the client say *** No address (A) records available for www.any.com
It 's like a byte[] corruption ...
Who can help
# 2
I think you should stop doing this personally. Because you don't seem to know what you are doing. You have two name servers. One is broken. The other IS saying there are no A records.
Why do you want to implement your own DNS? I can't think of any good reason for you to do this.
# 4
> whatever happened to doing something just to see if
> you can?
Nothing. Except that (a) you should do something realistic based on your abilities and (b) I wouldn't recommend testing my own DNS server by making it the authoritative server for my domain.