mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
4 lines
194 B
Bash
4 lines
194 B
Bash
# !/bin/bash
|
|
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
|
|
sudo curl -o /etc/resolv.conf "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/dnsmasq.conf"
|
|
sudo service dnsmasq start
|