From 590dcec2586df788bb9733e987c63e8facd95a58 Mon Sep 17 00:00:00 2001 From: Martin Wasley Date: Thu, 21 Oct 2021 14:50:43 +0100 Subject: [PATCH] UDP Broadcast relay Update (#2384) The server side data-width is too large for tablets. Reduced to give a better overall view, though this truncates data it looks better on a tablet. Bumped revision and updated pkg-descr. --- net/udpbroadcastrelay/Makefile | 2 +- net/udpbroadcastrelay/pkg-descr | 4 ++++ .../OPNsense/UDPBroadcastRelay/index.volt | 18 +++++++++--------- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/net/udpbroadcastrelay/Makefile b/net/udpbroadcastrelay/Makefile index b8aa04860..9d11bafa5 100644 --- a/net/udpbroadcastrelay/Makefile +++ b/net/udpbroadcastrelay/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= udpbroadcastrelay PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Control ubpbroadcastrelay processes PLUGIN_DEPENDS= udpbroadcastrelay PLUGIN_MAINTAINER= mjwasley@gmail.com diff --git a/net/udpbroadcastrelay/pkg-descr b/net/udpbroadcastrelay/pkg-descr index 684ef947f..e43597ee4 100644 --- a/net/udpbroadcastrelay/pkg-descr +++ b/net/udpbroadcastrelay/pkg-descr @@ -27,3 +27,7 @@ udp_vars=" --id 1 --port 80 --dev eth0 --dev eth1" Warcraft 3 Server Discovery udp_vars=" --id 1 --port 6112 --dev eth0 --dev eth1" + +It is a requirement that generally a firewall entry will be required to allow the server responses +back to the requesting client. As it's not known what the port/address of the server is then this +entry will need to be created manually. \ No newline at end of file diff --git a/net/udpbroadcastrelay/src/opnsense/mvc/app/views/OPNsense/UDPBroadcastRelay/index.volt b/net/udpbroadcastrelay/src/opnsense/mvc/app/views/OPNsense/UDPBroadcastRelay/index.volt index f8c106948..cd84f0720 100644 --- a/net/udpbroadcastrelay/src/opnsense/mvc/app/views/OPNsense/UDPBroadcastRelay/index.volt +++ b/net/udpbroadcastrelay/src/opnsense/mvc/app/views/OPNsense/UDPBroadcastRelay/index.volt @@ -87,16 +87,16 @@ POSSIBILITY OF SUCH DAMAGE. - - - - - - - + + + + + + + - - + +
{{ lang._('Enabled') }}{{ lang._('Interfaces') }}{{ lang._('Multicast Addresses') }}{{ lang._('Source Address') }}{{ lang._('Listen Port') }}{{ lang._('ID') }}{{ lang._('Description') }}{{ lang._('Enabled') }}{{ lang._('Interfaces') }}{{ lang._('Multicast Addresses') }}{{ lang._('Source Address') }}{{ lang._('Listen Port') }}{{ lang._('ID') }}{{ lang._('Description') }} {{ lang._('ID') }}{{ lang._('Use ID as TTL') }}{{ lang._('Commands') }}{{ lang._('Use ID as TTL') }}{{ lang._('Commands') }}