Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Can't access bispebjerghospital.dk with max protection

  • 1 отговор
  • 0 имат този проблем
  • 2 изгледи
  • Последен отговор от Janus Troelsen

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

} ```