The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dnstelnet - Wrapper script for IO::Socket::DNS

SYNOPSIS

  dnstelnet --suffix=DNS_Suffix --password=<PASSWORD> <host> <port>

DESCRIPTION

This is mostly just a tester utility to make sure that dnsd is configured and running properly. This will tunnel a TCP connection through the DNS proxy server to any TCP server using the telnet command.

EXAMPLE

  dnstelnet --suffix=d.example.com --password=SeCrEt cpan.mx.develooper.com 25

SEE ALSO

dnsc, dnsd, telnet

AUTHOR

Rob Brown, <bbb@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011-2012 by Rob Brown

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.