Need to be able to easily and conveniently retrieve the DNS server IP address and this seemed to be the easiest way to accomplish this:
Index: SimpleResolver.java
===================================================================
--- SimpleResolver.java (revision 1696)
+++ SimpleResolver.java (working copy)
@@ -73,6 +73,7 @@
* Messages sent using this SimpleResolver will be sent to this address.
* @return The destination address associated with this SimpleResolver.
*/
+public
InetSocketAddress
getAddress() {
return address;
Thanks.
Thanks! Patch applied.
Ticket moved from /p/dnsjava/feature-requests/19/