mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Update deps
This commit is contained in:
parent
b22d6dfc96
commit
f8415c4a4b
174 changed files with 7720 additions and 5816 deletions
3
vendor/github.com/miekg/dns/acceptfunc.go
generated
vendored
3
vendor/github.com/miekg/dns/acceptfunc.go
generated
vendored
|
@ -35,9 +35,6 @@ func defaultMsgAcceptFunc(dh Header) MsgAcceptAction {
|
|||
return MsgReject
|
||||
}
|
||||
|
||||
if isZero := dh.Bits&_Z != 0; isZero {
|
||||
return MsgReject
|
||||
}
|
||||
if dh.Qdcount != 1 {
|
||||
return MsgReject
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue