mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
4 lines
196 B
Bash
4 lines
196 B
Bash
# !/bin/bash
|
|
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
|
|
sudo curl -s "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/dnsmasq.conf" > /etc/resolv.conf
|
|
sudo service dnsmasq start
|