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

7 lines
241 B
Bash
Raw Normal View History

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