mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
add mdns_strip_global_ipv6 option to hamh-alpha
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
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
|
||||
Reference in New Issue
Block a user