- Notifications
You must be signed in to change notification settings - Fork3
🐳 Docker Image Packaging for Udp2raw
NotificationsYou must be signed in to change notification settings
akafeng/docker-udp2raw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
🐳 Docker Image Packaging for Udp2raw