Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:ad-blocking [2019/06/10 11:52] – nnsense | docs:guide-user:services:ad-blocking [2023/10/10 01:05] – update vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Ad blocking ====== | ====== Ad blocking ====== | ||
| + | Network-wide ad blocking may be desired for content filtering to reduce ads, reduce bandwidth usage, reduce tracking and increase privacy. | ||
| + | This can be accomplished with OpenWrt by installing one of the options below. | ||
| - | Ad blocking can be done in several ways: | + | ===== Solutions ===== |
| + | ==== Adblock ==== | ||
| + | * Packages [[packages:pkgdata: | ||
| + | * Configuration: | ||
| + | * Support: [[https:// | ||
| - | | + | ==== Adblock-Fast ==== |
| + | | ||
| + | * Configuration: | ||
| + | * Documentation/ | ||
| - | | + | ==== AdGuard Home ==== |
| - | + | | |
| - | * Package [[packages: | + | * Documentation/ |
| - | + | ||
| - | + | ||
| - | Instructions for Adblock quick setup. | + | |
| - | + | ||
| - | <code bash> | + | |
| - | # Install packages | + | |
| - | opkg update | + | |
| - | opkg install adblock | + | |
| - | + | ||
| - | # Enable Adblock | + | |
| - | uci set adblock.global.adb_enabled=" | + | |
| - | + | ||
| - | # Backup the blocklists | + | |
| - | uci set adblock.extra.adb_backup=" | + | |
| - | uci set adblock.extra.adb_backupdir="/ | + | |
| - | + | ||
| - | # Use blocklists backup on startup | + | |
| - | uci set adblock.extra.adb_backup_mode=" | + | |
| - | uci commit adblock | + | |
| - | service adblock restart | + | |
| - | </ | + | |
| - | + | ||
| - | The above will install the service only, remember | + | |
| - | + | ||
| - | Note: In order to fetch new lists using < | + | |
| - | The absence of this package will result in the following error in system log: | + | |
| - | <code bash> | + | |
| - | [...] info : block lists with overall 0 domains loaded successfully | + | |
| - | </ | + | |
| - | To sort this out, either use a different Download Utility or install libustream-mbedtls: | + | |
| - | <code bash> | + | |
| - | opkg update ; opkg install libustream-mbedtls | + | |
| - | </code> | + | |