From e3d6424b1cd9026985b72c5abf70b3cd956acd01 Mon Sep 17 00:00:00 2001 From: RiDDiX Date: Fri, 5 Jun 2026 10:16:35 +0200 Subject: [PATCH] add mdns_strip_global_ipv6 option to hamh-alpha --- hamh-alpha/config.yaml | 2 ++ hamh-alpha/translations/en.yaml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hamh-alpha/config.yaml b/hamh-alpha/config.yaml index f5fe5c4..aa610d0 100644 --- a/hamh-alpha/config.yaml +++ b/hamh-alpha/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-alpha/translations/en.yaml b/hamh-alpha/translations/en.yaml index 68728b6..4bb662c 100644 --- a/hamh-alpha/translations/en.yaml +++ b/hamh-alpha/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