AdGuardHome icon indicating copy to clipboard operation
AdGuardHome copied to clipboard

Randomly sends everything to sinkhole

Open BP-777 opened this issue 1 year ago • 5 comments

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

BP-777 avatar Oct 06 '24 18:10 BP-777

What does the query log show?

Dynamic5912 avatar Oct 07 '24 11:10 Dynamic5912

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

BP-777 avatar Oct 07 '24 17:10 BP-777

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

Dynamic5912 avatar Oct 07 '24 19:10 Dynamic5912

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

BP-777 avatar Oct 08 '24 00:10 BP-777

Ah ok. So it was a list.

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

Dynamic5912 avatar Oct 08 '24 07:10 Dynamic5912