UDP (User Datagram Protocol) is a network communication protocol that operates on top of IP (Internet Protocol). It is a simpler protocol compared to TCP (Transmission Control Protocol), as it aims for speed rather than reliability.
- ubuntu 20.04 [x86_64] ✅ (recommended)
- [arm] ❌
sudo -s
git clone https://github.com/http-custom/udp-custom && cd udp-custom && chmod +x install.sh && ./install.sh
- Use optional port exclude when port udp between 1-65535 already use by other udp tunnel, like badvpn, ovpn udp and other.
- Edit path config /root/udp/config.json, after changing it then reboot
- Optional port exclude separated by coma, ex. 53,5300
made from pieces with ❤️