chore: Update UDP-over-TCP option label and description to clarify SOCKS/Shadowsocks applicability

This commit is contained in:
Andrey Petelin
2025-10-21 16:24:24 +05:00
parent 8384e18a22
commit 3bccf8d617

View File

@@ -107,8 +107,8 @@ function createSectionContent(section) {
o = section.option( o = section.option(
form.Flag, form.Flag,
"enable_udp_over_tcp", "enable_udp_over_tcp",
_("Shadowsocks/Socks UDP over TCP"), _("UDP over TCP"),
_("Apply for socks/Shadowsocks 2022"), _("Applicable for SOCKS and Shadowsocks proxy"),
); );
o.default = "0"; o.default = "0";
o.depends("connection_type", "proxy"); o.depends("connection_type", "proxy");