mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
4 lines
136 B
Bash
4 lines
136 B
Bash
# !/bin/bash
|
|
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
|
|
sudo mv /etc/resolv.conf.pihole /etc/resolv.conf
|
|
sudo service dnsmasq start
|