Lookup.setDefaultCache(null, DClass.IN);
Lookup.setDefaultSearchPath(new Name[] {});
if (dnsTestServer == null) {
try {
dnsTestServer = new DNSTestingServer("0.0.0.0", ""+FAKE_SERVER_PORT);
} catch (TextParseException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block