NAME
dnsnetcat - Wrapper script for IO::Socket::DNS
SYNOPSIS
dnsnetcat --suffix=DNS_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 netcat command.
EXAMPLE
ssh -o "ProxyCommand dnsnetcat --suffix=d.example.com %h %p" bbb@cpan.org
SEE ALSO
dnsc, dnsd, netcat, nc, corkscrew
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.