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