1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-17 21:59:55 +00:00

Update setup-resolv.sh

This commit is contained in:
Jacob Salmela 2014-10-17 19:14:49 -05:00
parent 3f0dfa7c98
commit 20d710de86

View File

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