Local DNS discovery queries in AdGuard

I'll ask him but I think it will be whatever it was the default

personally I haven't had a chance to do a full wipe yet, I'm waiting for 4.7.0 to release and then i'll reproduce this with vanilla config.

But I do not think it is a glinet problem, rather the mac devices are not declaring the DNS records correctly, unfortunately i can't find much information.

Sometimes default has problem with syntax firewall with adguardhome like updtcp, should be split UPD and TCP.
That's why your logs can't listen port 53

do you have any apple devices on your network? can you try to enter airdrop and then check the logs please?

I do not think it is a port problem

No, I don't have apples devices . Chromecast is working fine

This is the firewall port forward in luci btw

I'm using in ad guard for private dns resolver ip address of a router like this

192.168.8.1:53
1 Like

Your ports looks fine.
What resolver using inside Adguard home?

1.1.1.1 and 8.8.8.8

Without VPN working fine?

Not sure, need to ask him, it's a friend's Flint 2. Which is vanilla setup with no devices connected, but his network topology is different than mine. He has VPN connected to NordVPN though.

in the end I made dnsmasq stop forwarding these requests to adguard

uci add_list dhcp.@dnsmasq[0].server='/in-addr.arpa/'
uci add_list dhcp.@dnsmasq[0].server='/ip6.arpa/'
uci commit dhcp
/etc/init.d/dnsmasq restart

Thank you!! This worked for me, was getting annoyed with all the local requests getting forwarded to adguard and then just timing out