Log whether response was served from cache

This commit is contained in:
Ferdinand Holzer 2019-05-28 22:48:56 +02:00 committed by Frank Denis
parent af096f8488
commit 14b464e56d
3 changed files with 4 additions and 2 deletions

View file

@ -73,6 +73,7 @@ type PluginsState struct {
questionMsg *dns.Msg
requestStart time.Time
requestEnd time.Time
cacheHit bool
returnCode PluginsReturnCode
}