dns config file

pull/1/head
jacobsalmela 10 years ago
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…
Cancel
Save