From 982647cc828942e679108b3d1ab7b502708aeec8 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 11 Feb 2024 13:11:38 +0100 Subject: [PATCH] Extend README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c898911..a89433a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # pihole-docker This is a simple [Pi-hole](https://pi-hole.net) docker setup. -## Using +## Installing ```bash git clone https://git.staropensource.de/JeremyStarTM/pihole-docker.git pihole cd pihole cp passwd.env.example passwd.env $EDITOR passwd.env ``` + ## Maintenance ### Starting ```bash @@ -26,5 +27,11 @@ docker compose restart ./pihole.sh ``` +## Networking +- Listen address: 127.0.0.1 +- Ports + - Web: 8999 + - DNS: 53 + ## License It's in the public domain.