mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-07 07:07:37 +03:00
Log whether response was served from cache
This commit is contained in:
parent
af096f8488
commit
14b464e56d
3 changed files with 4 additions and 2 deletions
|
@ -73,6 +73,7 @@ type PluginsState struct {
|
|||
questionMsg *dns.Msg
|
||||
requestStart time.Time
|
||||
requestEnd time.Time
|
||||
cacheHit bool
|
||||
returnCode PluginsReturnCode
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue