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:
Dragonfir3 2020-03-13 17:50:38 +01:00 committed by GitHub
parent a8db53e36f
commit c17637c026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View file

@ -84,6 +84,7 @@ type PluginsState struct {
requestStart time.Time
requestEnd time.Time
cacheHit bool
noServed bool
returnCode PluginsReturnCode
serverName string
}