Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1019 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 1019 Bytes

Udp2raw

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


Pull The Image

$ docker pull ghcr.io/akafeng/udp2raw

Start Container

$ 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