JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

NS Record support in Java DNS server. #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Java DNS server does not support NS records.  When hosting Direct as a 
subzone, many DNS servers use recursive queries and will forward an NS record 
request to the Direct DNS server.  Currently the Java implementation will 
return an error. 

Original issue reported on code.google.com by gm2...@cerner.com on 31 May 2011 at 6:53

GoogleCodeExporter commented 9 years ago
Also need to add CName record support to be in-line with the .Net stack.

Original comment by gm2...@cerner.com on 31 May 2011 at 8:02

GoogleCodeExporter commented 9 years ago
CNAME and NS records now supported.  Code checked and deployed to the SNAPSHOT 
repository (dns-1.1-SNAPSHOT).

Original comment by gm2...@cerner.com on 6 Jun 2011 at 11:59