From 2286d55dfc405106f65a843e6bb0dccdadf08c9b Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Thu, 29 Jun 2023 18:04:58 +0200 Subject: [PATCH 1/3] add adguard to dns section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab281124..442d4786 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,7 @@ _See also: [dbdb.io - Database of Databases](https://dbdb.io/)_ _See also: [awesome-sysadmin/DNS - Servers](https://github.com/awesome-foss/awesome-sysadmin#dns---servers), [awesome-sysadmin/DNS - Control Panels & Domain Management](https://github.com/awesome-foss/awesome-sysadmin#dns---control-panels--domain-management)_ +- [AdGuard Home](https://github.com/AdguardTeam/AdGuardHome) - Free and open source, userfriendly ads & trackers blocking DNS server. - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` - [Pi-hole](https://pi-hole.net/) - A blackhole for Internet qdvertisements with a GUI for management and monitoring. ([Source Code](https://github.com/pi-hole/pi-hole)) `EUPL-1.2` `Shell/PHP` From ba687ecbc03f8b2e2c9caf94192ed23e4afd131c Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Thu, 29 Jun 2023 20:40:41 +0200 Subject: [PATCH 2/3] updated adguard in dns section suggestions made by KieranRobson Co-authored-by: Kieran <32241933+KieranRobson@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 442d4786..0df039f1 100644 --- a/README.md +++ b/README.md @@ -753,7 +753,7 @@ _See also: [dbdb.io - Database of Databases](https://dbdb.io/)_ _See also: [awesome-sysadmin/DNS - Servers](https://github.com/awesome-foss/awesome-sysadmin#dns---servers), [awesome-sysadmin/DNS - Control Panels & Domain Management](https://github.com/awesome-foss/awesome-sysadmin#dns---control-panels--domain-management)_ -- [AdGuard Home](https://github.com/AdguardTeam/AdGuardHome) - Free and open source, userfriendly ads & trackers blocking DNS server. +- [AdGuard Home](https://github.com/AdguardTeam/AdGuardHome) - Free and open source, userfriendly ads & trackers blocking DNS server. `GPL-3.0` `Docker` - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` - [Pi-hole](https://pi-hole.net/) - A blackhole for Internet qdvertisements with a GUI for management and monitoring. ([Source Code](https://github.com/pi-hole/pi-hole)) `EUPL-1.2` `Shell/PHP` From 07cdefd8c55b5b1b71b121eb62796e3df7bf16c2 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Fri, 30 Jun 2023 07:25:03 +0200 Subject: [PATCH 3/3] completing the adguard entry in dns section by using different links to the homepage and the source code by nodiscc Co-authored-by: nodiscc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df039f1..7c2c3060 100644 --- a/README.md +++ b/README.md @@ -753,7 +753,7 @@ _See also: [dbdb.io - Database of Databases](https://dbdb.io/)_ _See also: [awesome-sysadmin/DNS - Servers](https://github.com/awesome-foss/awesome-sysadmin#dns---servers), [awesome-sysadmin/DNS - Control Panels & Domain Management](https://github.com/awesome-foss/awesome-sysadmin#dns---control-panels--domain-management)_ -- [AdGuard Home](https://github.com/AdguardTeam/AdGuardHome) - Free and open source, userfriendly ads & trackers blocking DNS server. `GPL-3.0` `Docker` +- [AdGuard Home](https://adguard.com/en/adguard-home/overview.html) - Free and open source, userfriendly ads & trackers blocking DNS server. ([Source Code](https://github.com/AdguardTeam/AdGuardHome)) `GPL-3.0` `Docker` - [blocky](https://github.com/0xERR0R/blocky) - Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features. `Apache-2.0` `Go` - [Maza ad blocking](https://maza-ad-blocking.andros.dev/) - Local ad blocker. Like Pi-hole but local and using your operating system. ([Source Code](https://github.com/tanrax/maza-ad-blocking)) `Apache-2.0` `Bash` - [Pi-hole](https://pi-hole.net/) - A blackhole for Internet qdvertisements with a GUI for management and monitoring. ([Source Code](https://github.com/pi-hole/pi-hole)) `EUPL-1.2` `Shell/PHP`