mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Skip queries without a question
This commit is contained in:
parent
d8f8d561c8
commit
705cf440b1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const (
|
|||
var (
|
||||
CertMagic = [4]byte{0x44, 0x4e, 0x53, 0x43}
|
||||
ServerMagic = [8]byte{0x72, 0x36, 0x66, 0x6e, 0x76, 0x57, 0x6a, 0x38}
|
||||
MinDNSPacketSize = 12
|
||||
MinDNSPacketSize = 12 + 5
|
||||
MaxDNSPacketSize = 4096
|
||||
MaxDNSUDPPacketSize = 1252
|
||||
InitialMinQuestionSize = 256
|
||||
|
|
Loading…
Add table
Reference in a new issue