Hello,
I’m getting bad cached replies for domain archive.is using Cloudflare DoH:
$ curl --http2 -H "accept: application/dns-json" "https://1.1.1.1/dns-query?name=archive.is" 2>/dev/null | jq
{
"Status": 0,
"TC": false,
"RD": true,
"RA": true,
"AD": false,
"CD": false,
"Question": [
{
"name": "archive.is",
"type": 1
}
],
"Answer": [
{
"name": "archive.is",
"type": 1,
"TTL": 76180,
"data": "1.1.1.4"
}
]
}
For comparison, here’s what I got from Google DoH:
$ curl --http2 -H "accept: application/dns-json" "https://dns.google/resolve?name=archive.is&type=A" 2>/dev/null | jq
{
"Status": 0,
"TC": false,
"RD": true,
"RA": true,
"AD": false,
"CD": false,
"Question": [
{
"name": "archive.is.",
"type": 1
}
],
"Answer": [
{
"name": "archive.is.",
"type": 1,
"TTL": 194,
"data": "23.137.249.79"
}
]
}
I haven’t tried other domains from .is TLD, other TLDs from .is Registrar, or other domains using NS from archive.is.