mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
The default return code must be PASS
This commit is contained in:
parent
515968e414
commit
daf6d5881d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue