Pull request: dnsfilter: restore enum value

Merge in DNS/adguard-home from fix-filter-names to master

Squashed commit of the following:

commit 620d80df12878a1b236abb26cd2a331df998a3d5
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Dec 14 20:02:41 2020 +0300

    dnsfilter: restore enum value
This commit is contained in:
Ainar Garipov
2020-12-14 20:12:57 +03:00
parent 0cddf4c11d
commit a2d39c810a
2 changed files with 12 additions and 14 deletions

View File

@@ -129,6 +129,9 @@ const (
NotFilteredNotFound Reason = iota
// NotFilteredWhiteList - the host is explicitly whitelisted
NotFilteredWhiteList
// NotFilteredError is return where there was an error during
// checking. Reserved, currently unused.
NotFilteredError
// reasons for filtering