From: Giuseppe A. <gav...@in...> - 2006-07-20 15:08:38
|
Hi, my next effort will be to write a mediation agent between a bind9 dns issuing NAPTR records queries and a fictiotious DB that contains some testing data. I'm looking for some stuff that can ease the task of writing the DNS listening interface (the one that receives queries from a NS that couldn't resolve the data he's been asked first) instead of writing it from scratch starting from RFC1034-1035 and so on ... I've successfully used your dnsjava for a test client that makes a NAPTR lookup to my local bind9 installation (though the test client was only slightly different than the one you propose as an example). My question is: does dnsjava also supports the task I'm going to implement ? I've looked into the documentation but nothing catched my attention in this respect (something else, like the overall quality of the project did instead) ? Regards & Ciao Giuseppe |