1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-19 06:19:26 +00:00
pi-hole/block hulu ads/setup-resolv.sh

5 lines
194 B
Bash
Raw Normal View History

2014-10-18 00:12:45 +00:00
# !/bin/bash
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
2014-10-18 00:14:49 +00:00
sudo curl -o /etc/resolv.conf "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/dnsmasq.conf"
2014-10-18 00:12:45 +00:00
sudo service dnsmasq start