Udp2raw-tunnel 绕过 UDP 屏蔽或 QoS 限制

Udp2raw-tunnel 可以将 udp 流量伪装成 tcp /icmp,绕过 UDP 屏蔽或 QoS 限制。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 之后就能安装脚本了

你可能感兴趣的:(砸)