From: bond_shukla <sam...@gm...> - 2009-07-28 14:09:55
|
Hi I am new to dnsworld. Just now i have started using this library, i have one query ,from command line i am sending one dig query ex: dig @localhost -p 53 abcd.com +tcp My Java program is reading these parameters using ServerSocket. BufferedReader br = new BufferedReader(new InputStreamReader(socket .getInputStream())); Now the problem is i get these paramerers in encrypted form, so i am not able to send abcd.com to DNS server. Can some one pls tell me with example how can i decrypt or any other alternate solution. Thanks in advance -- View this message in context: http://www.nabble.com/reading-dig-parameters-tp24698221p24698221.html Sent from the dnsjava-users mailing list archive at Nabble.com. |