mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
dns config file
This commit is contained in:
parent
fc3b199e84
commit
ee3aa737a2
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
# !/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
|
||||
sudo mv /etc/dnsmasq.conf /etc/rdnsmasq.conf.orig
|
||||
sudo mv /etc/dnsmasq.conf.pihole /etc/dnsmasq.conf
|
||||
sudo service dnsmasq start
|
||||
|
|
Loading…
Reference in a new issue