I’m running out of solutions. I used to connect to bnf.fr without any problems. Then suddenly I got “This site can’t be reached. Check if there is a typo in www.bnf.fr. DNS_PROBE_FINISHED_NXDOMAIN”. I tried in incognito, in different browsers, same result: it doesn’t load. On my phone (same wifi) or through an online proxy, the site loads. I have tried flushing the DNS, renewing DHCP lease, etc. to no avail. Running “nslookup www.bnf.fr” shows me the following:
Server: ::1
Address: ::1#53
Non-authoritative answer:
Name: www.bnf.fr
Address: 194.199.8.10
I was expecting something else than “::1” so I’m not sure what the issue could be and how I could fix it.
I checked my /etc/hosts file:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
and removed/readded the last line (::1 localhost), but that didn’t change anything either.
Any clues please?