We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c5790 commit 75e917aCopy full SHA for 75e917a
1 file changed
dnscrypt-proxy/plugin_cache.go
@@ -90,7 +90,7 @@ func (plugin *PluginCache) Eval(pluginsState *PluginsState, msg *dns.Msg) error
90
return nil
91
}
92
93
- updateTTL(&cached.msg, cached.expiration)
+ updateTTL(synth, cached.expiration)
94
95
pluginsState.synthResponse = synth
96
pluginsState.action = PluginsActionSynth
0 commit comments