Fix UDP over TCP for extra section

This commit is contained in:
itdoginfo
2025-09-02 14:44:14 +03:00
parent 86038e2756
commit 33ecb771f9

View File

@@ -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');