mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 22:27:37 +03:00
Don't log a server for blocked names by pattern (#1218)
* Update plugins.go * reason update moved after reject confirmed added boolean for direct rejects * remove server with direct rejects name pattern blocked cases
This commit is contained in:
parent
a8db53e36f
commit
c17637c026
3 changed files with 7 additions and 4 deletions
|
@ -84,6 +84,7 @@ type PluginsState struct {
|
|||
requestStart time.Time
|
||||
requestEnd time.Time
|
||||
cacheHit bool
|
||||
noServed bool
|
||||
returnCode PluginsReturnCode
|
||||
serverName string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue