1
0
mirror of https://github.com/moparisthebest/pi-hole synced 2024-08-13 16:53:51 -04:00
pi-hole/block hulu ads/setup-resolv.sh

7 lines
241 B
Bash
Raw Normal View History

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