mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/mdns-repeater: fix typo and fill pkg-descr
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
mdns-repeater is a Multicast DNS repeater. Multicast DNS uses the 224.0.0.51
|
||||
address, which is "administratively scoped" and does not leave the subnet.
|
||||
|
||||
This program re-broadcast mDNS packets from one interface to other interfaces.
|
||||
|
||||
It can be used to bridge zeroconf devices to work properly across the two
|
||||
subnets.
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
function mdnsrepeater_enabled()
|
||||
{
|
||||
$mdns_repeater = new \OPNsense\MDNSRepeater\MDNSRepeater();
|
||||
{
|
||||
if ((string)$mdns_repeater->enabled == '1') {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user