pi-hole/block hulu ads/setup-resolv.sh

7 lines
241 B
Bash
Raw Normal View History

2014-10-17 19:12:45 -05:00
# !/bin/bash
2014-11-02 13:40:51 -06:00
# DNS config file
2014-11-13 18:26:36 -06:00
# Run as a local script since modifying it will disconnect the Internet connection
2014-11-02 14:07:24 -06:00
sudo mv /etc/dnsmasq.conf /etc/dnsmasq.conf.orig
2014-11-02 13:40:51 -06:00
sudo mv /etc/dnsmasq.conf.pihole /etc/dnsmasq.conf
2014-10-17 19:12:45 -05:00
sudo service dnsmasq start