From 326583faef1eecb7ab61b8119e3aad4a51ca0deb Mon Sep 17 00:00:00 2001 From: RiDDiX Date: Sun, 5 Jul 2026 22:22:35 +0200 Subject: [PATCH] feat: expose mdns_strip_global_ipv6 in stable addon --- hamh/config.yaml | 2 ++ hamh/translations/en.yaml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hamh/config.yaml b/hamh/config.yaml index 8654b49..7734d65 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -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 diff --git a/hamh/translations/en.yaml b/hamh/translations/en.yaml index 68728b6..4bb662c 100644 --- a/hamh/translations/en.yaml +++ b/hamh/translations/en.yaml @@ -11,4 +11,8 @@ configuration: mdns_network_interface: name: mDNS Network Interface description: | - Limit mDNS to this network interface. Only change it if you know what you are doing. Default: empty \ No newline at end of file + 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 \ No newline at end of file