Setup Pi-Hole on your network.

26 Dec

[bash]apt-get update
apt-get upgrade
apt-get install openssh-server curl ca-certificates[/bash]

[bash]curl -sSL https://install.pi-hole.net | bash[/bash]