/udp2tcp

udp2tcp is a small but versatile tool to forward UDP datagrams over TCP (e.g., encapsulate DNS requests over TCP). Useful when the service you are looking for can listen on TCP also and your firewall drops UDP datagrams. Mirror from the venerable Sourceforge.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

------------------------
-- Readme for udp2tcp --
------------------------

Summary
=========================

udp2tcp is a small but versatile tool aimed at forward UDP datagrams over TCP,
i.e., translate protocols to their TCP counterparts (DNS is a good example).
Useful when the service you are looking for is listening also on TCP also 
and your firewall mercilessly drops UDP datagrams.

Website
-------
The official website is, at the moment:
  https://github.com/dark/udp2tcp

Copyright
---------
udp2tcp is Copyright (C) 2008 Marco Leogrande <dark.knight.ita@gmail.com>

License
-------
This program is released under the GNU General Public License version 3, as
specified in the COPYING file. If you do not feel comfortable with the terms of
this license, you are free to not to use this program :)

Changelog
---------
Please see Changelog file.

Installation
------------
Please read carefully the provided INSTALL file.

FAQ, Documentation and support in general
-----------------------------------------
I'm working on it ;)