mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Update net/udpbroadcastrelay: fix typo (#3903)
This commit is contained in:
parent
5877048d98
commit
bbebfd3e50
3 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ net/shadowsocks -- Secure socks5 proxy
|
|||
net/siproxd -- Siproxd is a proxy daemon for the SIP protocol
|
||||
net/sslh -- sslh configuration front-end
|
||||
net/tayga -- Tayga NAT64
|
||||
net/udpbroadcastrelay -- Control ubpbroadcastrelay processes
|
||||
net/udpbroadcastrelay -- Control udpbroadcastrelay processes
|
||||
net/upnp -- Universal Plug and Play (UPnP IGD & PCP/NAT-PMP) Service
|
||||
net/vnstat -- Network traffic monitor
|
||||
net/wol -- Wake on LAN Service
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PLUGIN_NAME= udpbroadcastrelay
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_COMMENT= Control ubpbroadcastrelay processes
|
||||
PLUGIN_COMMENT= Control udpbroadcastrelay processes
|
||||
PLUGIN_DEPENDS= udpbroadcastrelay
|
||||
PLUGIN_MAINTAINER= mjwasley@gmail.com
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
udbproadcastrelay is a UDP multicast relayer. Its intended use is to
|
||||
udpbroadcastrelay is a UDP multicast relayer. Its intended use is to
|
||||
rebroadbcast udp packets on a specific port across interfaces, be those
|
||||
interfaces physical or VLAN.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue