NAME
dns-proxy.pl - A dynamic DNS proxy server
SYNOPSIS
dns-proxy.pl [options]
Options:
-h -help display this help
-v -verbose show server activity
-d -debug enable debug mode
-host host (defaults to all)
-p -port port (defaults to 53)
-u -uid run with user id
-g -gid run with group id
-bg -background run the process in the background
-ttl use /etc/hosts to answer DNS queries with specified ttl (seconds)
-ns -nameserver forward queries to this nameserver (<ip>:<port>)
See also:
perldoc Net::DNS::Dynamic::Proxyserver
DESCRIPTION
This script implements a dynamic DNS proxy server provided by Net::DNS::Dynamic::Proxyserver. See
perldoc Net::DNS::Dynamic::Proxyserver
for detailed information what this server can do for you.
AUTHOR
Marc Sebastian Jakobs <mpelzer@cpan.org>
COPYRIGHT
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.