mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-17 03:34:45 +03:00
Fix UDP over TCP for extra section
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user