org.apache.james.jspf.tester
Class DNSTestingServerLauncher

java.lang.Object
  extended by org.apache.james.jspf.tester.DNSTestingServerLauncher

public class DNSTestingServerLauncher
extends java.lang.Object

Run a fake dnsserver listening both TCP and UDP ports. Mandatory parameters are -f (yaml zone definition) and -t (test name). if testname is "ALL" then all of the zones in the file are merged in a single zone and loaded. e.g: DNSTestingServerLauncher -f rfc4408-tests.yml -t ALL by default listen to port 53 of every interface, but ip and port can be updated.


Constructor Summary
DNSTestingServerLauncher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSTestingServerLauncher

public DNSTestingServerLauncher()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.