使用链路本地地址(fe80::/10作为dns监听地址时,客户端识别不正确
Prerequisites
-
[x] I have checked the Wiki and Discussions and found no answer
-
[x] I have searched other issues and found no duplicates
-
[x] I want to report a bug and not ask a question or ask for help
-
[x] I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, AMD64 (aka x86_64)
Installation
Custom package (OpenWrt, HomeAssistant, etc; please mention in the description)
Setup
On a router, DHCP is handled by the router
AdGuard Home version
0.107.57
Action
openwrt_x86-64_ 24.10系统上安装的adguard home 0.107.57。
将dns监听地址设为路由器br-lan接口的本地链路地址(fe80::xxxx%br-lan)时,运行时客户端通过rDNS识别到的客户端ip为fe80::xxxx%br-lan格式,如下图所示:
但是在主页统计页面,显示的ip是不带%br-lan的,故此导致不能正常显示客户端名称。如下图所示:
%br-lan是ipv6的Scope ID或叫Zone ID,监听fe80::/10地址必须要带这个。
Expected result
期望主页面统计信息能正常识别客户端(fe80::xxxx)名称。
Actual result
主页统计信息没法正常识别客户端名称。
Additional information and/or screenshots
No response