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') }} |
|---|