I'm trying to setup my M1 laptop for dev env. But some dnsmasq is not working. I executed the following commands for dnsmasq:
- brew install dnsmasq
- echo 'address=/.local/127.0.0.1' > /opt/homebrew/etc/dnsmasq.conf
- sudo brew services start dnsmasq
- sudo brew services list
But when I try to ping to my local it's not responding.
$ ping test90.local
ping: cannot resolve test90.local: Unknown host