AdguardTeam / AdGuardHome

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

Randomly sends everything to sinkhole #7330

Open BP-777 opened 1 week ago

BP-777 commented 1 week ago

Prerequisites

Platform (OS and CPU architecture)

Linux, AMD64 (aka x86_64)

Installation

GitHub releases or script from README

Setup

On one machine

AdGuard Home version

v0.107.53

Action

Everything worked fine for a long time, but then everything started getting sent to 0.0.0.0 no matter what it was. I did an NSlookup to google.com to test and saw it resolve to 0.0.0.0

Expected result

Unblocked websites to resolve properly.

Actual result

everything from Google to personal DNS records resolved to 0.0.0.0

Additional information and/or screenshots

No response

Dynamic5912 commented 1 week ago

What does the query log show?

BP-777 commented 1 week ago

What does the query log show?

Looks like everything was getting flagged by the Anti-Malware filter.

it brought down the whole network till I turned off filtering. I changed the DNS to a public DOH server in my router for now.

Response details Status Blocked Elapsed 0.05 ms Response code NOERROR Rule(s) :// Anti Malware Response A: 0.0.0.0 (ttl=10)

image

Dynamic5912 commented 1 week ago

It's not a good idea to use the malware/security filtering anyway as it adds significant latency to requests.

You'd be better off using an active and maintained malware blocklist instead

BP-777 commented 1 week ago

It's not a good idea to use the malware/security filtering anyway as it adds significant latency to requests.

You'd be better off using an active and maintained malware blocklist instead

I thought that's what it was referring to, the Anti Malware list here that has 25k entries.

image

Dynamic5912 commented 1 week ago

Ah ok. So it was a list.

There must have been an errant entry in that list that was black-holing everything then.