1
0
mirror of https://github.com/moparisthebest/pi-hole synced 2024-08-13 16:53:51 -04:00

Create setup-resolv.sh

This commit is contained in:
Jacob Salmela 2014-10-17 19:12:45 -05:00
parent 1e4e65e2c0
commit 3f0dfa7c98

View File

@ -0,0 +1,4 @@
# !/bin/bash
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
sudo curl -s "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/dnsmasq.conf" > /etc/resolv.conf
sudo service dnsmasq start