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
196 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
sudo curl -s "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/dnsmasq.conf" > /etc/resolv.conf
sudo service dnsmasq start