Files
65cbc82053 net/mdns-repeater: Modernize plugin code; Add blocklist support (contributed by Kodehyrden) (#4375)
* net/mdns-repeater: Modernize plugin code; Add blacklist support (contributed by Kodehyrden)

* net/mdns-repeater: bump version

* net/mdns-repeater: fix indentation of model and form

* Update net/mdns-repeater/src/etc/inc/plugins.inc.d/mdnsrepeater.inc

Co-authored-by: Franco Fichtner <franco@lastsummer.de>

* Update net/mdns-repeater/src/opnsense/mvc/app/views/OPNsense/MDNSRepeater/index.volt

Co-authored-by: Franco Fichtner <franco@lastsummer.de>

* Update net/mdns-repeater/pkg-descr

Co-authored-by: Franco Fichtner <franco@lastsummer.de>

* net/mdnsrepeater: Change blacklist to blocklist

---------

Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2024-12-06 17:28:15 +01:00

22 lines
505 B
Plaintext

mdns-repeater is a Multicast DNS repeater. Multicast DNS uses the 224.0.0.251
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.
Plugin Changelog
================
1.2
* modernize plugin code
* blocklist support (contributed by Kodehyrden)
1.1
* CARP support (contributed by Markus Reiter)
1.0
* Initial release