From 16cac091b74cba425e1397174421263ea8ce555a Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 19 Jan 2021 10:45:09 +0100 Subject: [PATCH] Updated Ad blocking (markdown) --- Ad-blocking.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Ad-blocking.md b/Ad-blocking.md index b58c8a3..040fa0f 100644 --- a/Ad-blocking.md +++ b/Ad-blocking.md @@ -1,4 +1,10 @@ -RaspAP is introducing a new feature to block DNS requests for ads, trackers and other undesirable hosts. This was mainly done [in response to users on lockdown](https://github.com/billz/raspap-webgui/issues/542) due to the Covid-19 pandemic who were struggling with slow internet. +This wiki page has been sunsetted in favor of [RaspAP Docs](https://docs.raspap.com/). You will find an updated page at: + +### https://docs.raspap.com/adblock/ + +___ + +RaspAP is introducing a new feature to block DNS requests for ads, trackers and other undesirable hosts. In the best of times, ads are usually just annoying. When access to online services is hampered by requests for ads, the best tool in our arsenal is DNS blacklisting. RaspAP already uses `dnsmasq` to manage both DHCP and DNS, so implementing ad blocking was fairly straightforward.