From 21a62aa558806143ea5538f7ab7eb1baba0f28fa Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 13:06:06 +0000 Subject: [PATCH] Update 'docs/services/docker/pihole.md' --- docs/services/docker/pihole.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/services/docker/pihole.md b/docs/services/docker/pihole.md index f82df4e..f2165d1 100644 --- a/docs/services/docker/pihole.md +++ b/docs/services/docker/pihole.md @@ -1,5 +1,6 @@ # Pi-hole -Pi-hole is a network-level ad-blocking solution that blocks ads before they reach your devices, improving browsing speed and privacy on your home network. + +Pi-hole is a special tool that blocks ads on your devices when you're using the internet. It runs on a small computer and stops ads from showing up on your screen. This makes your internet faster and keeps your privacy safe by preventing advertisers from tracking you. Setting up Pi-hole is easy, and it gives you control over what you see online. It's like having your own personal ad blocker that makes your browsing experience better. It is used as the prime DNS. All internet bound traffic on the LAN network goes through the pinhole server which serves as the primary DNS for this traffic, providing ad blocking and site restriction functionality. It blocks trackers and has a comprehensive list of malicious site blocks. In addition it acts as a local DNS, where local host records, both A records and CNAME aliases are created for a number of locally running services mapping IP addresses to host names.