logoalt Hacker News

neilsharma425today at 4:11 PM3 repliesview on HN

Has anyone found a working workaround yet? I use dnsmasq for .local dev routing and held off updating after seeing this but curious if there is a viable path forward short of waiting for Apple to patch it.


Replies

cortesofttoday at 4:17 PM

Wouldn’t the workaround just be to have your local dns server enable recursive lookups, and point all your DNS queries to it?

kenny_rtoday at 4:48 PM

What I'd suggest is using lvh.me, which always resolves to localhost, as do all it's subdomains. If you need a specific IP you can use nip.io.

If you want valid certs you can generate them with mkcert and add them to your system trust store.

mkageniustoday at 4:14 PM

holding off update seems like reasonable step till the patch comes. I also run a .local for apple containers though not docker.

show 1 reply