removing resolve entries

This commit is contained in:
jacobsalmela 2014-11-13 18:26:36 -06:00
parent 4030732bd2
commit c68bb0184e
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
# !/bin/bash
# Resolver file
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
sudo mv /etc/resolv.conf.pihole /etc/resolv.conf
# DNS config file
# Run as a local script since modifying it will disconnect the Internet connection
sudo mv /etc/dnsmasq.conf /etc/dnsmasq.conf.orig
sudo mv /etc/dnsmasq.conf.pihole /etc/dnsmasq.conf
sudo service dnsmasq start