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

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

SYNOPSIS

  dnstelnet <suffix> <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 d.example.com cpan.mx.develooper.com 25

SEE ALSO

dnsc, dnsd, telnet

AUTHOR

Rob Brown, <bbb@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 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.