Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:ad-blocking [2022/09/27 16:09] – added some forum links, more info, clarifications, etc. palebloodskydocs: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:+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.
  
-  - Adblock: install packages [[packages:pkgdata:adblock|adblock]] [[packages:pkgdata:luci-app-adblock|luci-app-adblock]]. The latest Adblock documentation is found here: [[https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md|README]] or via the [[https://forum.openwrt.org/t/adblock-support-thread/507|forum thread]]. +===== Solutions ===== 
-  - Simple-Adblockinstall packages [[packages:pkgdata:simple-adblock|simple-adblock]] + [[packages:pkgdata:luci-app-simple-adblock|luci-app-simple-adblock]]. The latest Simple Adblock documentation is found here: [[https://github.com/openwrt/packages/blob/master/net/simple-adblock/files/README.md|README]] or via the [[https://forum.openwrt.org/t/simple-adblock-fast-lean-and-fully-uci-luci-configurable-adblocking/1327|forum thread]]+==== Adblock ==== 
-  - AdGuard Home: install package [[:packages:pkgdata:adguardhome]]. The intitial setup is more complex and not managed through LuCI, so if you choose this read the [[:docs:guide-user:services:dns:adguard-home|documentation]] carefully. +  * Packages [[packages:pkgdata:adblock]][[packages:pkgdata:luci-app-adblock]] 
-  - Banhostlist: install package [[packages:pkgdata:banhostlist|banhostlist]]. However, this project has not been updated since 2015.+  * Configuration**LuCI -> Services -Adblock** 
 +  * Support: [[https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md|documentation]][[https://forum.openwrt.org/t/adblock-support-thread/507|forum]]
  
-[[https://forum.openwrt.org/t/adblock-vs-simple-adblock/5236/6|This forum post]] (from 2017) gives a short comparison between Adblock and Simple Adblock. Summarized, it says that Adblock is more powerful and might receive additional features in the future while Simple Adblock aims to be easier to use and more performant.+==== Adblock-Fast ==== 
 +  * Packages: [[packages:pkgdata:adblock-fast]], [[packages:pkgdata:luci-app-adblock-fast]] 
 +  * Configuration: **LuCI -> Services -> Adblock-Fast** 
 +  * Documentation/support: [[https://docs.openwrt.melmac.net/adblock-fast/|documentation]], [[https://forum.openwrt.org/t/adblock-fast-ad-blocking-service-for-dnsmasq-and-unbound/170530|forum]]
  
-These can be installed on the LuCI web interfaceor via terminal with SSHThe example below is for Adblock.\\ +==== AdGuard Home ==== 
-Once installed, Adblock can be configured via Services -> Adblock. Simple-Adblock can be configured via Services -> Simple-Adblock.+  * Packages: [[packages:pkgdata:adguardhome]] 
 +  * Documentation/support: [[docs:guide-user:services:dns:adguard-home|documentation]][[https://forum.openwrt.org/t/how-to-updated-2021-installing-adguardhome-on-openwrt-manual-and-opkg-method/113904|forum]]
  
-<code bash> 
-# Install packages 
-opkg update 
-opkg install adblock 
- 
-# Provide web interface 
-opkg install luci-app-adblock 
- 
-# Backup the blocklists 
-uci set adblock.global.adb_backupdir="/etc/adblock" 
- 
-# Save and apply 
-uci commit adblock 
-/etc/init.d/adblock restart 
-</code> 
  • Last modified: 2024/10/14 19:18
  • by lynx.light0