DNS over HTTPS

General client use

https://dns.vallar.dk/dns-query

Another example of use

DoH POST Request

curl -H "Content-Type: application/dns-message" \ 
--data-binary @query.bin \ 
https://dns.vallar.dk/dns-query

DoH GET Request

curl "https://dns.vallar.dk/dns-query?dns=AAABAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB"

DoH JSON Request

curl "https://dns.vallar.dk/dns-query?name=example.com&type=A"