AdguardTeam / AdGuardHome

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

AGH - pause/disable protection has no effect #3651

Closed medicus07 closed 3 years ago

medicus07 commented 3 years ago

Prerequisites:

[ x] I am running the latest version [ x] I checked the documentation and found no answer [ x] I checked to make sure that this issue has not already been filed

Issue Detail:

After pausing/ disabling protection in the web GUI, websites are still blocked in safari on iPhone and Mac. Clearing cache makes no difference.

Version of AdGuard Home server: 0.106.3

How did you install AdGuard Home: docker on Synology DiskStation

How did you setup DNS configuration: Router

If it's a router or IoT, please write device model: FritzBox 6591 Cable

Expected Behavior stop protection until it is enabled again

Actual Behavior continued protection

ameshkov commented 3 years ago

After pausing/ disabling protection in the web GUI, websites are still blocked in safari on iPhone and Mac. Clearing cache makes no difference.

I cannot reproduce this. Could you please show the result of nslookup command instead of just checking if a website is blocked or not?

For instance, try nslookup doubleclick.net with protection enabled and then after you disable it run it again and see if there's any difference.

medicus07 commented 3 years ago

I tested the nslookup command today...

With and without protection enabled I got the same result in terminal (MacBook Air M1, MacOS 11.6):

Server:     192.168.1.83
Address:    192.168.1.83#53

Non-authoritative answer:
Name:   doubleclick.net
Address: 0.0.0.0

In the initial post I made a mistake. My AGH installation is on a Raspberry Pi which has the IP 192.168.1.83.

ameshkov commented 3 years ago

That's quite weird.

To troubleshoot this issue we need to see AdGuard Home logs.

  1. Configure AdGuard Home to write verbose-level log.
  2. Reproduce the issue.
  3. Post the log file here.
medicus07 commented 3 years ago

Hi Andrey, here is the log (I renamed the json to pdf for upload) log.json.pdf

Thank you.

EugeneOne1 commented 3 years ago

@medicus07, it seems, one of your upstream servers blocks some domains on its own, including the doubleclick.net. You may fix it using domain-specific upstream. We'll close the issue for now, if you don't mind.