- ubuntu 20.04 [arm] above ✅ (recommended)
sudo -s
clear; wget --no-check-certificate "https://raw.githubusercontent.com/prjkt-nv404/UDP-Custom-Installer-arm64/main/udpc-installer.sh" -O udpc-installer.sh && chmod +x udpc-installer.sh && ./udpc-installer.sh
./udpc-installer.sh --help
- 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
[A custom configuration, both "stream_buffer" and "receive_buffer" values are set to 209715200 bytes, which is equivalent to approximately 200MB.]
{
"listen": ":36712",
"stream_buffer": 209715200,
"receive_buffer": 209715200,
"auth": {
"mode": "passwords"
}
}
ePro Dev. Team
made from pieces with ❤️