Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🐳 Docker Image Packaging for Udp2raw

NotificationsYou must be signed in to change notification settings

akafeng/docker-udp2raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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


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

[8]ページ先頭

©2009-2025 Movatter.jp