plugins
plugins copied to clipboard
os-udpbroadcastrelay: Expose new configuration flags
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [x] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [x] When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
In addition to the lack of the --msearch option mentioned in #4108, the plugin also lacks the ability to set --blockid, --blockcidr and --allowcidr.
Describe the solution you'd like
-
OptionFieldfor configuring the flag--msearch -
TextFieldfor the optionalsearch-termfield for--msearch -
IntegerFieldfor configuring the flag--blockid -
TextFieldfor configuring the flags--blockcidrand--allowcidr
Describe alternatives you've considered
- The old method of setting
--msearch dialby specifying 1.1.1.3 as the source was deprecated years ago, according to upstream documentation. This leaves the OPNsense plugin in its current state with no way to set this functionality.
Additional context
- These flags were committed upstream more than 3 years ago. The executable bundled with the plugin supports them no problem.
-
--msearchespecially would be immensely helpful to have exposed in GUI as it is used to pair the YouTube application on smart TVs to mobile devices.
#4169 implements some of this (thanks to @ZephireNZ). I would love to see some movement on that PR - if anything needs updating I'm happy to have a look at fixing it up when I have time.