mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
6 lines
241 B
Bash
6 lines
241 B
Bash
# !/bin/bash
|
|
# 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
|