A tunnel which turns UDP traffic into encrypted FakeTCP/UDP/ICMP traffic by using raw socket, helps you bypass UDP fireWalls(or unstable UDP environment).
Container Registry · Project Source
$ docker pull ghcr.io/akafeng/udp2raw
$ docker run -d \
--network=host \
--restart=always \
--name=udp2raw \
ghcr.io/akafeng/udp2raw \
-s \
-l 0.0.0.0:4096 \
-r 127.0.0.1:7777