Update detect-dns-over-https.yaml
Every DoH server we tested with this query payload responded with a Content-Length of 49. 👍🏻
patch-1
parent
435ff7a419
commit
5ef0b6d6e0
|
@ -25,3 +25,6 @@ requests:
|
|||
words:
|
||||
- "application/dns-message"
|
||||
part: header
|
||||
- type: regex
|
||||
regex:
|
||||
- "(C|c)ontent-(L|l)ength: 49"
|
||||
|
|
Loading…
Reference in New Issue