Skip to content

Instantly share code, notes, and snippets.

@psygo
Created February 13, 2021 20:40
Show Gist options
  • Save psygo/f9b94421e5f78f0ead969ddf5e15b129 to your computer and use it in GitHub Desktop.
Save psygo/f9b94421e5f78f0ead969ddf5e15b129 to your computer and use it in GitHub Desktop.
Pi Hole Setup

Pi Hole Setup

The tutorial


docker run -d --name pihole -e ServerIP=172.26.224.1 -e WEBPASSWORD=asdf -e TZ=America/Sao_Paulo -e DNS1=127.17.0.1 -e DNS2=1.1.1.1 -e DNS3=1.0.0.1 -p 80:80 -p 53:53/tcp -p 53:53/udp -p 443:443 --restart=unless-stopped pihole/pihole:latest

O endereço para acessar o Pi Hole uma vez instalado: localhost admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment