Updated Ad blocking (Beta) (markdown)

Bill Zimmerman 2020-04-13 10:04:28 +02:00
parent 038abd94f6
commit 1162a23a72
1 changed files with 3 additions and 3 deletions

@ -3,13 +3,13 @@ RaspAP is introducing a new feature to block DNS requests for ads, trackers and
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.
## Participating in the public beta
As a beta feature, we invite testing and encourage feedback from users of RaspAP. To enable ad blocking, simply use the [installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage) to (re)install RaspAP using the `--adblock` option:
As a beta feature, we invite testing and encourage feedback from users of RaspAP. To enable ad blocking, simply respond with 'Y' or press [Enter] when prompted by the installer:
```
curl -sL https://install.raspap.com | bash -s -- --adblock
Install ad blocking and enable list management? [Y/n]
```
Answer 'Y' by pressing [Enter] to the **Configure ad blocking (Beta)** prompt. The installer will download the blocklists and configure RaspAP to use them.
The installer will download the blocklists, configure RaspAP to use them and enable the **Ad blocking** management page.
![Ad block install option](https://i.imgur.com/vzbQKnC.gif)