为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can't access bispebjerghospital.dk with max protection

more options

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?

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?

被采纳的解决方案

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"
 ]

} ```

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

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"
 ]

} ```