From 33ecb771f90cca6d4cba142d64c5a54d45b5d912 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Tue, 2 Sep 2025 14:44:14 +0300 Subject: [PATCH] Fix UDP over TCP for extra section --- .../htdocs/luci-static/resources/view/podkop/configSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js index e2c2f51..8cbc2b6 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js @@ -209,7 +209,7 @@ function createConfigSection(section, map, network) { o.default = '0'; o.depends('mode', 'proxy'); o.rmempty = false; - o.ucisection = 'main'; + o.ucisection = s.section; o = s.taboption('basic', widgets.DeviceSelect, 'interface', _('Network Interface'), _('Select network interface for VPN connection')); o.depends('mode', 'vpn');