org.apache.james.jspf.tester
Class DNSTestingServerLauncher
java.lang.Object
org.apache.james.jspf.tester.DNSTestingServerLauncher
public class DNSTestingServerLauncher
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNSTestingServerLauncher
public DNSTestingServerLauncher()
main
public static void main(String[] args)
- Parameters:
args
-
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.