AdGuardHome icon indicating copy to clipboard operation
AdGuardHome copied to clipboard

使用链路本地地址(fe80::/10作为dns监听地址时,客户端识别不正确

Open hyfink opened this issue 11 months ago • 0 comments

Prerequisites

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格式,如下图所示:

Image

但是在主页统计页面,显示的ip是不带%br-lan的,故此导致不能正常显示客户端名称。如下图所示:

%br-lan是ipv6的Scope ID或叫Zone ID,监听fe80::/10地址必须要带这个。

Image

Expected result

期望主页面统计信息能正常识别客户端(fe80::xxxx)名称。

Actual result

主页统计信息没法正常识别客户端名称。

Additional information and/or screenshots

No response

hyfink avatar May 24 '25 14:05 hyfink