Handle Drop/Synth actions the same way in query and response plugins

This commit is contained in:
Frank Denis 2019-12-17 16:28:12 +01:00
parent a23f07a93d
commit b1c08f8931
2 changed files with 23 additions and 13 deletions

View file

@ -226,6 +226,7 @@ type Plugin interface {
func NewPluginsState(proxy *Proxy, clientProto string, clientAddr *net.Addr, start time.Time) PluginsState {
return PluginsState{
action: PluginsActionForward,
returnCode: PluginsReturnCodeForward,
maxPayloadSize: MaxDNSUDPPacketSize - ResponseOverhead,
clientProto: clientProto,
clientAddr: clientAddr,