1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-18 22:09:04 +00:00
pi-hole/block hulu ads/setup-resolv.sh
2014-10-17 19:16:41 -05:00

5 lines
136 B
Bash

# !/bin/bash
sudo mv /etc/resolv.conf /etc/resolv.conf.orig
sudo mv /etc/resolv.conf.pihole /etc/resolv.conf
sudo service dnsmasq start