You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -sH 'accept: application/dns-message''https://dns.google/dns-query?dns=q80BAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB'| hexdump -c
0000000 � � 201 200 \0 001 \0 001 \0\0\0\0 003 w w w
0000010 \a e x a m p l e 003 c o m \0\0 001 \0
0000020 001 � \f\0 001 \0 001 \0\0 Q � \0 004 ] � �
0000030 "0000031
The text was updated successfully, but these errors were encountered:
Methods / Routes
/dns-query
- the body is the raw query bytes/dns-query?dns={base64 encoded binary request}
(RFC)/dns-query?name=example.com&type=A
(Google/Cloudflare - https://developers.cloudflare.com/1.1.1.1/encryption/dns-over-https/make-api-requests/dns-json/)Requirements
application/dns-message
application/dns-json
?SERVFAIL
orNXDOMAIN
.REFUSED
responses.cache-control
header - egcache-control = max-age=3709
References
Examples
JSON response
"traditional one"
The text was updated successfully, but these errors were encountered: