Udp2raw-tunnel 可以将 udp 流量伪装成 tcp /icmp,绕过 UDP 屏蔽或 QoS 限制。Udp2raw-tunnel 完全开源。
写个 Udp2raw-tunnel 一键安装脚本 方便萌新使用。
安装或者卸载
要求:Ubuntu/Debian,CentOS 系统的小鸡鸡
使用 root 用户输入下面命令安装或卸载
bash <(curl -s -L https://233blog.com/udp2raw.sh)
备注,此脚本仅负责安装和卸载
如果提示 curl: command not found ,那是因为你的小鸡没装 Curl
ubuntu/debian 系统安装 Curl 方法:apt-get update -y && apt-get install curl -y
centos 系统安装 Curl 方法:yum update -y && yum install curl -y
安装好 curl 之后就能安装脚本了
测试
本脚本已在下面这些服务商的小鸡鸡上测试通过
搬瓦工
,
Linode
,
Vultr
,
DigitalOcean
,
RamNode
,
Host1Plus
Udp2raw-tunnel 帮助
https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/README.zh-cn.md反馈问题
脚本问题反馈: https://github.com/233boy/udp2raw/issues