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

Update setup-resolv.sh

This commit is contained in:
Jacob Salmela 2014-10-17 19:16:41 -05:00
parent 20d710de86
commit a76c01f137

View File

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