NAME
Lim::Plugin::Zonalizer::Collector - Collector that runs Zonemaster in multiple threads.
VERSION
See Lim::Plugin::Zonalizer for version.
SYNOPSIS
use Lim::Plugin::Zonalizer::Collector;
Lim::Plugin::Zonalizer::Collector->new_with_options->run;
METHODS
- config
-
Name of configuration file to load.
- policy
-
Name of policy file to load.
- sourceaddr
-
Local IP address that the test engine should try to send its requests from.
- threads
-
Number of threads to start.
- debug
-
Send debug information to STDERR.
- run
-
Starts the collector, sets up the thread queues and creates all the threads needed.
- process
-
Process an analyze request.
PRIVATE METHODS
- to_idn
-
Converts input into an IDN string is its not ASCII and Net::LDNS has support for IDN.
- validate
-
Validates an input object.
AUTHOR
Jerry Lundström, <lundstrom.jerry@gmail.com>
BUGS
Please report any bugs or feature requests to https://github.com/jelu/lim-plugin-zonalizer/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Lim::Plugin::Zonalizer::Collector
You can also look for information at:
Lim issue tracker (report bugs here)
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2015-2016 Jerry Lundström Copyright 2015-2016 IIS (The Internet Foundation in Sweden)
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.