Skip to content

Commit 4419ddc

Browse files
committed
Pi-Hole: updating documentation
1 parent acc6ffc commit 4419ddc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

tools/include/markdown/PIH001-footer.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22

33
The web interface of Pi-hole can be accessed via:
44

5-
- URL = `http://<your.IP>/admin`
6-
- Password is set on install and can be adjusted from `armbian-config`
7-
8-
=== "Documentation"
9-
10-
<https://docs.pi-hole.net/>
5+
- URL = `http://<your.IP>:8811/admin`
6+
- Password is set on install and can be adjusted from `armbian-config`

tools/include/markdown/PIH001-header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Pi-hole** is a network-wide ad blocker that acts as a DNS (Domain Name System) sinkhole. It blocks connections to known ad servers, trackers, and malicious domains across all devices in your network, without requiring any browser extensions or client-side software.
22

3-
## How Pi-hole Works
3+
## Pi-hole Explained
44

55
- **DNS-Based Filtering**
66
Pi-hole intercepts DNS queries made by devices on your network. When a domain is requested, Pi-hole checks it against a set of blocklists. If the domain is known to serve ads or track user activity, Pi-hole blocks the request, preventing unwanted content from loading.
@@ -12,7 +12,7 @@ You can choose from various community-maintained blocklists or add your own. The
1212
Once Pi-hole is configured as your network’s DNS server, all devices - smartphones, laptops, smart TVs, and IoT devices - are automatically protected. No additional configuration or software is required on the individual devices.
1313

1414
- **Built-in Recursive DNS with Unbound**
15-
For added privacy and full DNS resolution control, **Unbound** is installed and enabled by default during Pi-hole installation. Unbound functions as a local recursive DNS resolver, fetching responses directly from authoritative DNS servers rather than relying on upstream providers. This minimizes third-party exposure and can improve query performance.
15+
For added privacy and full DNS resolution control, [Unbound](#unbound) is installed and enabled by default during Pi-hole installation. Unbound functions as a local recursive DNS resolver, fetching responses directly from authoritative DNS servers rather than relying on upstream providers. This minimizes third-party exposure and can improve query performance.
1616

1717
- **Web Interface**
1818
Pi-hole includes a web-based dashboard that provides real-time visibility into DNS activity. The interface allows you to view statistics, manage blocklists, whitelist domains, and configure settings with ease.

0 commit comments

Comments
 (0)