From 0b72bcc5a1f4da47fe0dfc8154e71b94dcbc4896 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 25 Jan 2022 18:54:37 +0300 Subject: [PATCH] Pull request: 1730 bogus cidr Merge in DNS/adguard-home from 1730-bogus-cidr to master Closes #1730. Squashed commit of the following: commit 0be54259ca4edb8752e9f7e5ea5104a2b51ed440 Author: Eugene Burkov Date: Tue Jan 25 18:50:01 2022 +0300 all: imp log of changes commit 59fb7a8c469216823ff54621ec40a4d084836132 Author: Eugene Burkov Date: Tue Jan 25 18:46:34 2022 +0300 all: log changes commit 9206b13dd715fdf1180d1d572d1b80024b9e6592 Author: Eugene Burkov Date: Tue Jan 25 18:41:26 2022 +0300 all: upd dnsproxy --- CHANGELOG.md | 6 ++++++ go.mod | 2 +- go.sum | 4 ++-- internal/dnsforward/config.go | 16 ++++++++-------- internal/querylog/qlog_test.go | 2 +- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb0e407..709e8fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ and this project adheres to - `windows/arm64` support ([#3057]). +### Changed + +- The `dns.bogus_nxdomain` configuration file parameter now supports CIDR + notation alongside IP addresses ([#1730]). + ### Deprecated