From 3023f33dffa622a92a4ed019af2b58b2d9962c58 Mon Sep 17 00:00:00 2001 From: Yegor Sak Date: Fri, 15 Dec 2023 19:28:58 +0000 Subject: [PATCH] Update file config.md --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index e5b3945..5b343e5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -412,7 +412,7 @@ If set to `true`, makes the listener `REFUSED` DNS queries from all source IP ad - Default: false ### allow_wan_clients -The listener `REFUSED` DNS queries from WAN clients by default. If set to `true`, makes the listener replies to them. +The listener will refuse DNS queries from WAN IPs using `REFUSED` RCODE by default. Set to `true` to disable this behavior, but this is not recommended. - Type: bool - Required: no