feat: expose mdns_strip_global_ipv6 in stable addon

This commit is contained in:
RiDDiX
2026-07-05 22:22:35 +02:00
parent a04fb54807
commit 326583faef
2 changed files with 7 additions and 1 deletions

View File

@@ -21,7 +21,9 @@ options:
app_log_level: info
disable_log_colors: false
mdns_network_interface: ""
mdns_strip_global_ipv6: false
schema:
app_log_level: list(silly|debug|info|notice|warn|error|fatal)
disable_log_colors: bool
mdns_network_interface: "str?"
mdns_strip_global_ipv6: bool

View File

@@ -12,3 +12,7 @@ configuration:
name: mDNS Network Interface
description: |
Limit mDNS to this network interface. Only change it if you know what you are doing. Default: empty
mdns_strip_global_ipv6:
name: Strip global IPv6 from mDNS
description: |
Drop public (global) IPv6 addresses from the Matter mDNS records so controllers use a locally reachable address. Turn this on if devices show No Response or Offline. Default: off