Hacker News new | ask | show | jobs
by nvrspyx 1203 days ago
The link is down for me. Perhaps HN hug of death? Below is link to the site on the Wayback Machine.

https://web.archive.org/web/20230307172822/https://zackoverf...

3 comments

Try ping "zackoverflow.dev" and "cname.vercel-dns.com". If only the former times out, it's possible your local ISP is blocking Vercel's IP. If that's the case, you could contact Vercel support to help assist.
Maybe you don't have *.dev lookups working properly?
I don't have a problem opening other *.dev sites. I should note that I couldn't open the link on iOS Safari over LTE.
Can confirm that I can pull the site here.
Check your hosts file, you might be mapping *.dev to localhost
I did not know host file takes domain name patterns
By default, macOS and Linux don’t, but dnsmasq does and it’s quite popular. Don’t know about Windows