Overview
- Full name
docker.io/jearton1024/udp2raw- Registry
- docker.io
- Namespace
- jearton1024
- Repository
- udp2raw
- Cached tags
- 2
- Last synced
- 07/06/2026, 06:12 AM
Introduction
udp2raw UDP 隧道封装镜像,将 UDP 流量伪装为 TCP 穿透防火墙,需 NET_ADMIN 权限与 host 网络模式。
Details
jearton1024/udp2raw 运行 udp2raw-tunnel,在 UDP 之上封装 TCP/ICMP 绕过 UDP 阻断。定位为特权网络隧道工具,需 --cap-add=NET_ADMIN 或 --privileged 与 --net=host;非 K8s 常规 Deployment。
快速启动
docker run -d --name udp2raw \
--net=host \
--cap-add=NET_ADMIN \
docker.io/jearton1024/udp2raw:latest \
-s -l 4096 -r server:4096 -k password --raw-mode faketcp
推荐实践
docker run -d --name udp2raw \
--net=host \
--cap-add=NET_ADMIN \
--restart unless-stopped \
docker.io/jearton1024/udp2raw:20230206 \
-c -l 4096 -r server:4096 -k password --raw-mode faketcp
核心参数说明
--net=host— 直接操作主机网络栈--cap-add=NET_ADMIN— iptables 规则(高敏)-k password— 隧道加密密钥- 勿 — 生产 K8s 无特权 Pod
Latest tags (20)
View all 2 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/jearton1024/udp2raw :iptables-legacy | linux/amd64 | 2026/02/16 17:59 | 17.0 MB | sha256:c43b6ee7c6a0… | |||
docker.io/jearton1024/udp2raw :latest | linux/amd64 | 2024/06/06 21:25 | 16.2 MB | sha256:27d9fefc8639… |