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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user