mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-27 12:50:37 +03:00
feat: add output_network_interface
This commit is contained in:
@@ -81,6 +81,15 @@ function createSettingsContent(section) {
|
|||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
o = section.option(
|
||||||
|
widgets.DeviceSelect,
|
||||||
|
'output_network_interface',
|
||||||
|
_('Output Network Interface'),
|
||||||
|
_('Select the network interface to which the traffic will originate'),
|
||||||
|
);
|
||||||
|
o.noaliases = true;
|
||||||
|
o.multiple = false;
|
||||||
|
|
||||||
o = section.option(
|
o = section.option(
|
||||||
widgets.DeviceSelect,
|
widgets.DeviceSelect,
|
||||||
'source_network_interfaces',
|
'source_network_interfaces',
|
||||||
|
|||||||
Reference in New Issue
Block a user