Closed chrismwendt closed 8 years ago
Since this plugin defaults to TCP but dnsjava's DNS Lookup defaults to UDP, setTCP(true) must be called explicitly.
Lookup
setTCP(true)
This supersedes my messier previous attempt (closes #12).
/cc @grantr
Nice, thanks for tracking this down.
Since this plugin defaults to TCP but dnsjava's DNS
Lookup
defaults to UDP,setTCP(true)
must be called explicitly.This supersedes my messier previous attempt (closes #12).
/cc @grantr