mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Create setup-resolv.sh
This commit is contained in:
parent
1e4e65e2c0
commit
3f0dfa7c98
1 changed files with 4 additions and 0 deletions
4
block hulu ads/setup-resolv.sh
Normal file
4
block hulu ads/setup-resolv.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# !/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
|
Loading…
Reference in a new issue