mdns-register

Last modified by Buildbot on 2024/04/25 01:12

 Documentation based on repostory git version commit 2.4.0-alpha-163-g766e8a2f 

Mdns register

Should the server be registered on a local domain, to be accessible via multicast DNS.
----

Configuration options:

NameDescriptionDefault ValueDefault UnitType
enabled

Set to 'true' to enable multicast DNS register

 false Boolean
mdns-priority

Priority of this instance, lower value means more preferred.
'n': priority of n (example 10)
'n-m': random priority between n and m (example 10-50)

 0 IntegerRange
mdns-weight

A relative weight for Flexisips with the same priority, higher value means more preferred.
For example, if two Flexisips are registered on the same local domain with one at 20 and the other at 80, then 20% of Flexisip traffic will be redirected to the first Flexisip and 80% to the other one.
The sum of all the weights of Flexisips on the same local domain must be 100.

 100 Integer
mdns-ttl

Time To Live of any mDNS query that will ask for this Flexisip instance

 3600 millisecondDurationMS