mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-24 02:02:19 -05:00
dns config file
This commit is contained in:
parent
fc3b199e84
commit
ee3aa737a2
@ -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 New Issue
Block a user