-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Prerequisites
-
I have checked the Wiki and Discussions and found no answer
-
I have searched other issues and found no duplicates
-
I want to report a bug and not ask a question or ask for help
-
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, AMD64 (aka x86_64)
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.69
Action
On Web UI, the blocking mode has a description about default mode:
Default: Respond with zero IP address (0.0.0.0 for A; :: for AAAA) when blocked by Adblock-style rule; respond with the IP address specified in the rule when blocked by /etc/hosts-style rule
But on Wiki, it says:
blocking_mode: Specifies how to block DNS requests. "nxdomain" (default): respond with NXDOMAIN status;
They described two completely different behaviors. And in AdGuardHome.yaml, there has:
blocking_mode: default
Is the Wiki missed the description of option default? Or is there an error in one of the descriptions?
Expected result
The descriptions of blocking mode in the Wiki and Web UI should be consistent.
Actual result
The descriptions of blocking mode in the Wiki and Web UI are inconsistent.
Additional information and/or screenshots
No response