File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
docs/configuration/service Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Since the mDNS protocol sends the :abbr:`AA(Authoritative Answer)` records in
15
15
the packet itself, the repeater does not need to forge the source address.
16
16
Instead, the source address is of the interface that repeats the packet.
17
17
18
+ .. note :: You can not run this in a VRRP setup, if multiple mDNS repeaters
19
+ are launched in a subnet you will experience the mDNS packet storm death!
20
+
18
21
Configuration
19
22
=============
20
23
@@ -43,8 +46,12 @@ Configuration
43
46
Allow listing additional custom domains to be browsed (in addition to the
44
47
default ``local ``) so that they can be reflected.
45
48
46
- .. note :: You can not run this in a VRRP setup, if multiple mDNS repeaters
47
- are launched in a subnet you will experience the mDNS packet storm death!
49
+ .. cfgcmd :: set service mdns repeater cache-entries <entries>
50
+
51
+ Specify how many resource records are cached per interface. Bigger values
52
+ allow mDNS work correctly in large LANs but also increase memory consumption.
53
+
54
+ Defaults to: 4096
48
55
49
56
Example
50
57
=======
You can’t perform that action at this time.
0 commit comments