mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
chore: Update UDP-over-TCP option label and description to clarify SOCKS/Shadowsocks applicability
This commit is contained in:
@@ -107,8 +107,8 @@ function createSectionContent(section) {
|
||||
o = section.option(
|
||||
form.Flag,
|
||||
"enable_udp_over_tcp",
|
||||
_("Shadowsocks/Socks UDP over TCP"),
|
||||
_("Apply for socks/Shadowsocks 2022"),
|
||||
_("UDP over TCP"),
|
||||
_("Applicable for SOCKS and Shadowsocks proxy"),
|
||||
);
|
||||
o.default = "0";
|
||||
o.depends("connection_type", "proxy");
|
||||
|
||||
Reference in New Issue
Block a user