mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
removing resolve entries
This commit is contained in:
parent
4030732bd2
commit
c68bb0184e
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
# !/bin/bash
|
# !/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
|
# 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 /etc/dnsmasq.conf.orig
|
||||||
sudo mv /etc/dnsmasq.conf.pihole /etc/dnsmasq.conf
|
sudo mv /etc/dnsmasq.conf.pihole /etc/dnsmasq.conf
|
||||||
sudo service dnsmasq start
|
sudo service dnsmasq start
|
||||||
|
|
Loading…
Reference in a new issue