From 0801c8923417e3615f8b7ee57eca09131c633c8a Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 25 Dec 2020 12:56:03 +0300 Subject: [PATCH] Pull request: 2472 readme pihole Merge in DNS/adguard-home from 2472-readme-pihole to master Updates #2472. Squashed commit of the following: commit 0a609eff90c6e5097d79562560aff52c6f752669 Author: Ainar Garipov Date: Thu Dec 24 21:07:18 2020 +0300 all: imp table in README.md commit c544a43b74e81c4404a20f2ff69cb5b8a0787226 Author: jvoisin Date: Tue Dec 22 11:44:21 2020 +0100 Update the comparison with the Pi-Hole - AGH is written in Go, which is memory-safe, instead of using dnsmasq which has a terrible security record. - AGH is able to run without root privileges, while the Pi-Hole isn't. --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index eeb8f10e..816890d7 100644 --- a/README.md +++ b/README.md @@ -123,20 +123,22 @@ AdGuard Home provides a lot of features out-of-the-box with no need to install a > Disclaimer: some of the listed features can be added to Pi-Hole by installing additional software or by manually using SSH terminal and reconfiguring one of the utilities Pi-Hole consists of. However, in our opinion, this cannot be legitimately counted as a Pi-Hole's feature. -| Feature | AdGuard Home | Pi-Hole | -|-------------------------------------------------------------------------|--------------|--------------------------------------------------------| -| Blocking ads and trackers | ✅ | ✅ | -| Customizing blocklists | ✅ | ✅ | -| Built-in DHCP server | ✅ | ✅ | -| HTTPS for the Admin interface | ✅ | Kind of, but you'll need to manually configure lighthttpd | -| Encrypted DNS upstream servers (DNS-over-HTTPS, DNS-over-TLS, DNSCrypt) | ✅ | ❌ (requires additional software) | -| Cross-platform | ✅ | ❌ (not natively, only via Docker) | -| Running as a DNS-over-HTTPS or DNS-over-TLS server | ✅ | ❌ (requires additional software) | -| Blocking phishing and malware domains | ✅ | ❌ (requires non-default blocklists) | -| Parental control (blocking adult domains) | ✅ | ❌ | -| Force Safe search on search engines | ✅ | ❌ | -| Per-client (device) configuration | ✅ | ✅ | -| Access settings (choose who can use AGH DNS) | ✅ | ❌ | +| Feature | AdGuard Home | Pi-Hole | +|-------------------------------------------------------------------------|-------------------|-----------------------------------------------------------| +| Blocking ads and trackers | ✅ | ✅ | +| Customizing blocklists | ✅ | ✅ | +| Built-in DHCP server | ✅ | ✅ | +| HTTPS for the Admin interface | ✅ | Kind of, but you'll need to manually configure lighthttpd | +| Encrypted DNS upstream servers (DNS-over-HTTPS, DNS-over-TLS, DNSCrypt) | ✅ | ❌ (requires additional software) | +| Cross-platform | ✅ | ❌ (not natively, only via Docker) | +| Running as a DNS-over-HTTPS or DNS-over-TLS server | ✅ | ❌ (requires additional software) | +| Blocking phishing and malware domains | ✅ | ❌ (requires non-default blocklists) | +| Parental control (blocking adult domains) | ✅ | ❌ | +| Force Safe search on search engines | ✅ | ❌ | +| Per-client (device) configuration | ✅ | ✅ | +| Access settings (choose who can use AGH DNS) | ✅ | ❌ | +| Written in a memory-safe language | ✅ | ❌ | +| Running without root privileges | ✅ | ❌ | ### How does AdGuard Home compare to traditional ad blockers