akafeng / docker-udp2raw

🐳 Docker Image Packaging for Udp2raw

Home Page:https://ghcr.io/akafeng/udp2raw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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