AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home/overview.html
GNU General Public License v3.0
25.63k stars 1.84k forks source link

ip6.arpa Queries getting sent upstream #7406

Open brotaxt opened 2 weeks ago

brotaxt commented 2 weeks ago

Prerequisites

Platform (OS and CPU architecture)

FreeBSD, AMD64 (aka x86_64)

Installation

Other (please mention in the description)

Setup

On a router, DHCP is handled by the router

AdGuard Home version

v0.108.0-b.59

Action

Replace the following command with the one you're calling or a description of the failing action:

nslookup -debug -type=ptr 'www.example.com' '$YOUR_AGH_ADDRESS'

Expected result

This type of Records should not be sent to upstream resolvers. Atleast if both options "private reverse DNS resolvers" and "enable reverse resolving of client IPs" are unchecked.

Actual result

I can see constantly ip6.arpa Queries on my upstream resolver which can't get resolved.

Additional information and/or screenshots

No response