Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tnk4on/5e973ecfea542a8a4cf626174a4368c8 to your computer and use it in GitHub Desktop.
Save tnk4on/5e973ecfea542a8a4cf626174a4368c8 to your computer and use it in GitHub Desktop.
This is the dnsmasq configuration file (/var/srv/dnsmasq.conf) that runs on the CRC VM for Mac.
$ export CRC_IP=$(crc ip)
$ ssh -i ~/.crc/machines/crc/id_rsa core@$CRC_IP
[core@crc-zqfk6-master-0 ~]$ cat /var/srv/dnsmasq.conf
user=root
port= 53
bind-interfaces
expand-hosts
log-queries
srv-host=_etcd-server-ssl._tcp.crc.testing,etcd-0.crc.testing,2380,10
local=/crc.testing/
domain=crc.testing
address=/apps-crc.testing/192.168.64.8
address=/etcd-0.crc.testing/192.168.64.8
address=/api.crc.testing/192.168.64.8
address=/api-int.crc.testing/192.168.64.8
address=/crc-zqfk6-master-0.crc.testing/192.168.126.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment