mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
feat: add output_network_interface
This commit is contained in:
@@ -81,6 +81,15 @@ function createSettingsContent(section) {
|
||||
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(
|
||||
widgets.DeviceSelect,
|
||||
'source_network_interfaces',
|
||||
|
||||
Reference in New Issue
Block a user