Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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

} ```