mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 06:07:36 +03:00
Reapply miekg/dns updates to the vendor dir
This commit is contained in:
parent
3d11d1d4e0
commit
51a842b838
10 changed files with 83 additions and 35 deletions
6
vendor/github.com/miekg/dns/acceptfunc.go
generated
vendored
6
vendor/github.com/miekg/dns/acceptfunc.go
generated
vendored
|
@ -19,9 +19,9 @@ var DefaultMsgAcceptFunc MsgAcceptFunc = defaultMsgAcceptFunc
|
|||
type MsgAcceptAction int
|
||||
|
||||
const (
|
||||
MsgAccept MsgAcceptAction = iota // Accept the message
|
||||
MsgReject // Reject the message with a RcodeFormatError
|
||||
MsgIgnore // Ignore the error and send nothing back.
|
||||
MsgAccept MsgAcceptAction = iota // Accept the message
|
||||
MsgReject // Reject the message with a RcodeFormatError
|
||||
MsgIgnore // Ignore the error and send nothing back.
|
||||
MsgRejectNotImplemented // Reject the message with a RcodeNotImplemented
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue