-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Net::DNS::Server
================
This is a simple infrastructure for building "programatic" DNS
servers. This would be a DNS server that can construct an answer based
on the received query and on a chunk of Perl code.
An example where this is useful, is the scenario where very large
network ranges need to have a generic naming based on the IP
address. This approach wastes very little space, as the response can
be crafted on the fly by a simple Perl expression.
This module works in tandem with Net::DNS::Method.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DOCUMENTATION
Complete documentation is included in this package, accessible through
perldoc.
DEPENDENCIES
This module requires these other modules and libraries:
Net::DNS
Net::DNS::Method
DO YOU WANT TO THANK ME?
If you consider this a valuable contribution, there is a web page
where you can express your gratitude. Please see
http://mipagina.cantv.net/lem/thanks-en.html (English)
http://mipagina.cantv.net/lem/thanks-es.html (Spanish)
SECURITY CONSIDERATIONS
I have no control on the machanisms involved in the storage or
transport of this distribution. This means that I cannot guarantee
that the distribution you have in your hands is indeed, the same
distribution I packed and uploaded.
You should have a file with the extension ".asc" along the .tar.gz
uploaded to CPAN. This contains a GPG "detached signature" that makes
it impossible for anybody to alter this distribution. If security is
of any concern to you, by all means verify the signature of this file
and contact the author if any discrepancy is detected.
You can find more information about this at the following URL
http://mipagina.cantv.net/lem/gpg/
This information includes the correct keys, fingerprints, etc. Note
that this README file should also be signed.
COPYRIGHT AND LICENSE
This code is released under the same terms as Perl itself
Copyright (C) 2002,2003 Luis E. Muñoz <luismunoz@cpan.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (Darwin)
iD8DBQFEVi+XQyDWGRI/hhARAi4jAJ9Mb293Ja9zZOOmxNFqmmMGFbBC4ACeL2l1
TGnPKSwAPE9w0dSzhVkmwUQ=
=G5SK
-----END PGP SIGNATURE-----