The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

dns-proxy.pl - A dynamic DNS proxy server

SYNOPSIS

dns-proxy.pl [options]

 Options:
   -d  -debug         enable debug mode
   -h  -help          display this help
       -host          host (defaults to all)
   -p  -port          port (defaults to 53)
   -bg -background    run the process in the background
   -ttl               use /etc/hosts to answer DNS queries with specified ttl (seconds)

 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.