mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Update setup-resolv.sh
This commit is contained in:
parent
20d710de86
commit
a76c01f137
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# !/bin/bash
|
# !/bin/bash
|
||||||
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
|
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 mv /etc/resolv.conf.pihole /etc/resolv.conf
|
||||||
sudo service dnsmasq start
|
sudo service dnsmasq start
|
||||||
|
|
Loading…
Reference in a new issue