feat: add output_network_interface

This commit is contained in:
divocat
2025-10-20 21:58:28 +03:00
parent f0290fcc9e
commit ef70f4e53d

View File

@@ -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',