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.