mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-24 10:12:24 -05:00
5 lines
136 B
Bash
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
|