mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
* 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>
22 lines
505 B
Plaintext
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
|