I'm using Netty to do forward and reverse lookups and it's working well. One thing I've run into though when doing a PTR lookup of an hp.com IP address (15.73.104.147) is that a large result set is truncated.
When using dig -x 15.73.104.147, I can get a result but I noticed that it too has a truncated response and so successfully switches to TCP mode - ;; Truncated, retrying in TCP mode.
If there any way of doing something similar with Netty given that the DnsNameResolverBuilder needs a DatagramChannel instance?
thanks, Matt