The default return code must be PASS

This commit is contained in:
Frank Denis 2019-12-17 18:54:49 +01:00
parent 515968e414
commit daf6d5881d
1 changed files with 1 additions and 1 deletions

View File

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