Can't access bispebjerghospital.dk with max protection
I want to visit http://bispebjerghospital.dk/ . I have seen on https://www.whatsmydns.net/#A/www.bispebjerghospital.dk that it's DNS isn't propagating correctly, so I turned on "MAX PROTECTION" for DNS, hoping that it would let me see the site.
But Firefox showed me "Unexpected error" the first time I went to the site. And then I clicked 'always allow' and now it just spins and spins with no response visible.
How can I visit the website from one of the countries with red X's on whatsmydns?
Tất cả các câu trả lời (1)
Giải pháp được chọn
Ah, seems that Cloudflare can't resolve it either, that explains it:
``` janus@janus-ux305ca ~ % curl -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=bispebjerghospital.dk&type=A' | jq .
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 166 100 166 0 0 16 0 0:00:10 0:00:10 --:--:-- 43 {
"Status": 2,
"TC": false,
"RD": true,
"RA": true,
"AD": false,
"CD": false,
"Question": [
{
"name": "bispebjerghospital.dk",
"type": 1
}
],
"Comment": [
"EDE(22): No Reachable Authority"
]
} ```