dnsmasq_setup.sh 208 B

12345678
  1. #!/bin/bash
  2. # run this as sudo
  3. cat << EOF > /etc/NetworkManager/dnsmasq.d/byo-dev.conf
  4. server=/ttb.testing/192.168.128.1
  5. address=/.apps.byo-dev.ttb.testing/192.168.128.21
  6. EOF
  7. systemctl reload NetworkManager