mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 00:22:06 -04:00
mdns-repeater only supports up to 5 interfaces
Upstream documentation:
fbe78e7ffd/mdns-repeater.c (L330)
This commit is contained in:
parent
d1043f1da6
commit
2f1b56bc93
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Configuration
|
|||
-------------
|
||||
|
||||
.. Warning::
|
||||
mdns-repeater requires at least 2 interfaces to work.
|
||||
mdns-repeater requires at least 2 interfaces, and no more than 5 interfaces to work.
|
||||
|
||||
The configuration is fairly simple. Just enable the service and add the interfaces.
|
||||
For example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue