mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-24 02:02:19 -05:00
Create setup-resolv.sh
This commit is contained in:
parent
1e4e65e2c0
commit
3f0dfa7c98
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 New Issue
Block a user