MostlyAdequate / mostly-adequate-guide

Mostly adequate guide to FP (in javascript)
Other
23.43k stars 1.87k forks source link

Link to gitbooks not working #567

Closed arafat36 closed 4 years ago

arafat36 commented 4 years ago

image image

...or is it just me :)

s0kil commented 4 years ago

It looks like a problem on your side, maybe DNS server.

arafat36 commented 4 years ago

I was able to access the website last week, but then it just stopped working from then. I thought it's something temporary, but still not working. I don't know how to fix this, and I'd appreciate any help

s0kil commented 4 years ago

What if you try outside of browser?

curl -LI https://mostly-adequate.gitbooks.io/mostly-adequate-guide/
arafat36 commented 4 years ago

I got the following: image

s0kil commented 4 years ago

It's looking like a DNS error. Have you switched DNS servers recently?

arafat36 commented 4 years ago

No, I don't know how to do that

s0kil commented 4 years ago

https://support.apple.com/guide/mac-help/test-dns-server-network-utility-mac-mchlp1698/10.15/mac/10.15

Could you show what DNS servers your currently have?

arafat36 commented 4 years ago

My dns server is DNS Servers . . . . . . . . . . . : 192.168.1.1 I'm not sure if that's what you asked for?

s0kil commented 4 years ago

You could try use the Cloudflare DNS, if you scroll down they have instructions for macOS https://1.1.1.1/dns/

arafat36 commented 4 years ago

Okay, now it's working! 👍 I changed the DNS servers to Cloudflare's. DNS Servers . . . . . . . . . . . : 1.1.1.1 1.0.0.1 Thanks for taking the time! Appreciate it!

s0kil commented 4 years ago

I'm glad to help!