udp2raw-multiplatform

Tunnel UDP traffic over TCP with encryption and obfuscation

brewmacoslinux
Try with needOr install directly
Source

About

Multi-platform(cross-platform) version of udp2raw-tunnel client

Commands

udp2raw

Examples

Start UDP2Raw server listening on port 4096$ udp2raw -s -l 0.0.0.0:4096 -r 127.0.0.1:53 -a
Start UDP2Raw client to tunnel local DNS to remote server$ udp2raw -c -l 127.0.0.1:5353 -r example.com:4096 -a
Run server with FakeTCP mode on port 8080$ udp2raw -s -l 0.0.0.0:8080 -r 8.8.8.8:53 -a --raw-mode faketcp