We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69019b7 commit 2a3e59cCopy full SHA for 2a3e59c
1 file changed
dnscrypt-proxy/plugin_cache.go
@@ -86,6 +86,7 @@ func (plugin *PluginCache) Eval(pluginsState *PluginsState, msg *dns.Msg) error
86
synth.Question = msg.Question
87
88
if time.Now().After(cached.expiration) {
89
+ updateTTL(synth, time.Now().Add(30 * time.Second))
90
pluginsState.sessionData["stale"] = synth
91
return nil
92
}
0 commit comments