udptunnel

Tunnel UDP packets over a TCP connection

brewmacoslinux
Try with needOr install directly
Source

About

Tunnel UDP packets over a TCP connection

Commands

udptunnel

Examples

Create a UDP tunnel server listening on TCP port 8000, forwarding to localhost:53 (DNS)$ udptunnel -s 8000 localhost 53
Create a UDP tunnel client connecting to server at 192.168.1.100:8000, forwarding local UDP to remote$ udptunnel -c 192.168.1.100:8000 127.0.0.1 53
Tunnel UDP traffic over TCP on non-standard port 9999$ udptunnel -s 9999 remote.server.com 5353