mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-24 02:02:19 -05:00
removing resolve entries
This commit is contained in:
parent
4030732bd2
commit
c68bb0184e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user