Skip to content

Instantly share code, notes, and snippets.

@ngelx
ngelx / brew-instructions.sh
Last active December 10, 2022 05:04 — forked from petemcw/brew-instructions.sh
Setup dnsmasq on Mac OS X - Ventura 13.01 - Homebrew 3.6.14
# Install `dnsmasq` and configure for *.local and *.localhost domains
$ brew install dnsmasq
$ vim /opt/homebrew/etc/dnsmasq.conf
# Stop and restart service as root.
$ brew services stop dnsmasq
$ sudo brew services start dnsmasq
$ dscacheutil -flushcache