From 8ff9562dcf27537abe0a8d11c154102755ad01d5 Mon Sep 17 00:00:00 2001 From: divocat Date: Mon, 20 Oct 2025 17:50:05 +0300 Subject: [PATCH] feat: rename enable_shadowsocks_udp_over_tcp --- .../htdocs/luci-static/resources/view/podkop/section.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js index af69b10..503a96d 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js @@ -121,9 +121,9 @@ function createSectionContent(section) { o = section.option( form.Flag, - 'enable_shadowsocks_udp_over_tcp', - _('Shadowsocks UDP over TCP'), - _('Apply for SS2022'), + 'enable_udp_over_tcp', + _('Shadowsocks/Socks UDP over TCP'), + _('Apply for socks/Shadowsocks 2022'), ); o.default = '0'; o.depends('connection_type', 'proxy');