You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dirk Brenken be848a000e adblock: update 3.6.5 5 years ago
..
README.md adblock: update 3.6.5 5 years ago
adblock.blacklist adblock: update to 0.60.0 9 years ago
adblock.conf adblock: update 3.6.2 6 years ago
adblock.init adblock: release 3.6.3 6 years ago
adblock.notify adblock: update 3.5.5 6 years ago
adblock.sh adblock: update 3.6.5 5 years ago
adblock.whitelist adblock: update to 0.60.0 9 years ago

README.md

dns based ad/abuse domain blocking

Description

A lot of people already use adblocker plugins within their desktop browsers, but what if you are using your (smart) phone, tablet, watch or any other (wlan) gadget!? Getting rid of annoying ads, trackers and other abuse sites (like facebook) is simple: block them with your router. When the dns server on your router receives dns requests, you will sort out queries that ask for the resource records of ad servers and return a simple 'NXDOMAIN'. This is nothing but Non-eXistent Internet or Intranet domain name, if domain name is unable to resolved using the dns server, a condition called the 'NXDOMAIN' occurred.

Main Features

  • support of the following domain blocklist sources (free for private usage, for commercial use please check their individual licenses):
    • adaway
    • => infrequent updates, approx. 400 entries (enabled by default)
    • adguard
    • => numerous updates on the same day, approx. 12.000 entries
    • bitcoin
    • => infrequent updates, approx. 15 entries
    • blacklist
    • => static local blacklist, located by default in '/etc/adblock/adblock.blacklist'
    • disconnect
    • => numerous updates on the same day, approx. 6.500 entries (enabled by default)
    • dshield
    • => daily updates, approx. 4.500 entries
    • hphosts
    • => monthly updates, approx. 50.000 entries
    • malwaredomains
    • => daily updates, approx. 16.000 entries
    • malwaredomainlist
    • => daily updates, approx. 1.500 entries
    • openphish
    • => numerous updates on the same day, approx. 1.800 entries
    • ransomware tracker
    • => daily updates, approx. 150 entries
    • reg_cn
    • => regional blocklist for China, daily updates, approx. 1.600 entries
    • reg_cz
    • => regional blocklist for Czechia, maintained by Turris Omnia Users, infrequent updates, approx. 100 entries
    • reg_de
    • => regional blocklist for Germany, daily updates, approx. 9.200 entries
    • reg_id
    • => regional blocklist for Indonesia, daily updates, approx. 800 entries
    • reg_nl
    • => regional blocklist for the Netherlands, weekly updates, approx. 1300 entries
    • reg_pl
    • => regional blocklist for Poland, daily updates, approx. 50 entries
    • reg_ro
    • => regional blocklist for Romania, weekly updates, approx. 600 entries
    • reg_ru
    • => regional blocklist for Russia, weekly updates, approx. 2.000 entries
    • shallalist (categories "adv" "costtraps" "spyware" "tracker" "warez" enabled by default)
    • => daily updates, approx. 32.000 entries (a short description of all categories can be found online)
    • spam404
    • => infrequent updates, approx. 5.000 entries
    • sysctl/cameleon
    • => weekly updates, approx. 21.000 entries
    • ut_capitole (categories "cryptojacking" "ddos" "malware" "phishing" "warez" enabled by default)
    • => daily updates, approx. 64.000 entries (a short description of all categories can be found online)
    • urlhaus
    • => numerous updates on the same day, approx. 3.500 entries
    • whocares
    • => weekly updates, approx. 12.000 entries
    • winhelp
    • => infrequent updates, approx. 15.000 entries
    • winspy
    • => infrequent updates, approx. 120 entries
    • youtube
    • => dynamic request API to filter "random" youtube ad domains (experimental!), approx. 150 entries
    • yoyo
    • => weekly updates, approx. 2.500 entries (enabled by default)
    • zeus tracker
    • => daily updates, approx. 440 entries
  • zero-conf like automatic installation & setup, usually no manual changes needed
  • simple but yet powerful adblock engine: adblock does not use error prone external iptables rulesets, http pixel server instances and things like that
  • supports five different dns backends / blocklist formats: dnsmasq, unbound, named (bind), kresd and dnscrypt-proxy
  • supports six different download utilities: uclient-fetch, wget, curl, aria2c, wget-nossl, busybox-wget
  • Really fast downloads & list processing as they are handled in parallel as background jobs in a configurable 'Download Queue'
  • provides 'http only' mode without installed ssl library for all non-SSL blocklist sources
  • supports a wide range of router modes, even AP modes are supported
  • full IPv4 and IPv6 support
  • provides top level domain compression ('tld compression'), this feature removes thousands of needless host entries from the blocklist and lowers the memory footprint for the dns backend
  • blocklist source parsing by fast & flexible regex rulesets
  • overall duplicate removal in central blocklist 'adb_list.overall'
  • additional whitelist for manual overrides, located by default in /etc/adblock/adblock.whitelist
  • quality checks during blocklist update to ensure a reliable dns backend service
  • minimal status & error logging to syslog, enable debug logging to receive more output
  • procd based init system support (start/stop/restart/reload/suspend/resume/query/status)
  • procd network interface trigger support or classic time based startup
  • keep the dns cache intact after adblock processing (currently supported by unbound, named and kresd)
  • conditional dns backend restarts by old/new blocklist comparison with sha256sum (default) or md5sum
  • suspend & resume adblock actions temporarily without blocklist reloading
  • provide comprehensive runtime information via LuCI or via 'status' init command
  • provide a detailed DNS Query Report with dns related information about client requests, top (blocked) domains and more
  • provide a query function to quickly identify blocked (sub-)domains, e.g. for whitelisting. This function is also able to search in adblock backups, to get back the set of blocking lists sources for a certain domain
  • force dns requests to local resolver
  • force overall sort / duplicate removal for low memory devices (handle with care!)
  • automatic blocklist backup & restore, they will be used in case of download errors or during startup in backup mode
  • 'backup mode' to re-use blocklist backups during startup, get fresh lists only via reload or restart action
  • 'Jail' blocklist generation which builds an additional list (/tmp/adb_list.jail) to block access to all domains except those listed in the whitelist file. You can use this restrictive blocklist manually e.g. for guest wifi or kidsafe configurations
  • send notification emails in case of a processing error or if the overall domain count is ≤ 0
  • add new adblock sources on your own, see example below
  • strong LuCI support

Prerequisites

  • OpenWrt, tested with the stable release series (18.06) and with the latest snapshot
  • a usual setup with an enabled dns backend at minimum - dump AP modes without a working dns backend are not supported
  • a download utility:
    • to support all blocklist sources a full version (with ssl support) of 'wget', 'uclient-fetch' with one of the 'libustream-*' ssl libraries, 'aria2c' or 'curl' is required
    • for limited devices with real memory constraints, adblock provides also a 'http only' option and supports wget-nossl and uclient-fetch (without libustream-ssl) as well
    • for more configuration options see examples below
  • email notification (optional): for email notification support you need to install and configure the additional 'msmtp' package
  • DNS Query Report (optional): for this detailed report you need to install the additional package 'tcpdump' or 'tcpdump-mini'

Installation & Usage

  • install 'adblock' (opkg install adblock)
  • at minimum configure the appropriate dns backend ('dnsmasq' by default), the download utility and enable the adblock service in /etc/config/adblock
  • control the adblock service manually with /etc/init.d/adblock start/stop/restart/reload/suspend/resume/status or use the LuCI frontend

LuCI adblock companion package

  • it's strongly recommended to use the LuCI frontend to easily configure all powerful aspects of adblock
  • install 'luci-app-adblock' (opkg install luci-app-adblock)
  • the application is located in LuCI under 'Services' menu

Tweaks

  • runtime information: the adblock status is available via /etc/init.d/adblock status (see example below)
  • debug logging: for script debugging please set the config option 'adb_debug' to '1' and check the runtime output with logread -e "adblock"
  • storage expansion: to process and store all blocklist sources at once it might helpful to enlarge your temp directory with a swap partition => see OpenWrt Wiki for further details
  • add white- / blacklist entries: add domain white- or blacklist entries to always-allow or -deny certain (sub) domains, by default both lists are empty and located in /etc/adblock. Please add one domain per line - ip addresses, wildcards & regex are not allowed (see example below)
  • backup & restore blocklists: enable this feature, to restore automatically the latest compressed backup of your blocklists in case of any processing error (e.g. a single blocklist source is not available during update). Please use an (external) solid partition and not your volatile router temp directory for this
  • download queue size: for further download & list processing performance improvements you can raise the 'adb_maxqueue' value, e.g. '8' or '16' should be safe
  • scheduled list updates: for a scheduled call of the adblock service add an appropriate crontab entry (see example below)
  • change startup behaviour: by default the startup will be triggered by the 'wan' procd interface trigger. Choose 'none' to disable automatic startups, 'timed' to use a classic timeout (default 30 sec.) or select another trigger interface
  • suspend & resume adblocking: to quickly switch the adblock service 'on' or 'off', simply use /etc/init.d/adblock [suspend|resume]
  • domain query: to query the active blocklist for a certain domain, please use the LuCI frontend or run /etc/init.d/adblock query <DOMAIN> (see example below)
  • add new list sources: you could add new blocklist sources on your own via uci config, all you need is a source url and an awk one-liner (see example below)
  • disable active dns probing in windows 10: to prevent a yellow exclamation mark on your internet connection icon (which wrongly means connected, but no internet), please change the following registry key/value from "1" to "0" HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing

Further adblock config options

  • usually the pre-configured adblock setup works quite well and no manual overrides are needed

  • the following options apply to the 'global' config section:

    • adb_enabled => main switch to enable/disable adblock service (default: '0', disabled)
    • adb_debug => enable/disable adblock debug output (default: '0', disabled)
    • adb_fetchutil => name of the used download utility: 'uclient-fetch', 'wget', 'curl', 'aria2c', 'wget-nossl'. 'busybox' (default: 'uclient-fetch')
    • adb_fetchparm => special config options for the download utility (default: not set)
    • adb_dns => select the dns backend for your environment: 'dnsmasq', 'unbound', 'named', 'kresd' or 'dnscrypt-proxy' (default: 'dnsmasq')
    • adb_dnsdir => target directory for the generated blocklist 'adb_list.overall' (default: not set, use dns backend default)
    • adb_trigger => set the startup trigger to a certain interface, to 'timed' or to 'none' (default: 'wan')
  • the following options apply to the 'extra' config section:

    • adb_nice => set the nice level of the adblock process and all sub-processes (int/default: '0', standard priority)
    • adb_triggerdelay => additional trigger delay in seconds before adblock processing begins (int/default: '2')
    • adb_forcedns => force dns requests to local resolver (bool/default: '0', disabled)
    • adb_backup => create compressed blocklist backups, they will be used in case of download errors or during startup in backup mode (bool/default: '0', disabled)
    • adb_backupdir => target directory for adblock backups (default: not set)
    • adb_backup_mode => do not automatically update blocklists during startup, use backups instead (bool/default: '0', disabled)
    • adb_report => enable the background tcpdump gathering process to provide a detailed DNS Query Report (bool/default: '0', disabled)
    • adb_repdir => target directory for dns related report files generated by tcpdump (default: '/tmp')
    • adb_repiface => reporting interface used by tcpdump, set to 'any' for multiple interfaces (default: 'br-lan')
    • adb_replisten => space separated list of reporting port(s) used by tcpdump (default: '53')
    • adb_repchunksize => report chunk size used by tcpdump in MB (int/default: '1')
    • adb_repchunkcnt => report chunk count used by tcpdump (default: '5')
    • adb_maxqueue => size of the download queue to handle downloads & list processing in parallel (int/default: '8')
    • adb_jail => builds an additional 'Jail' list (/tmp/adb_list.jail) to block access to all domains except those listed in the whitelist file (bool/default: '0', disabled)
    • adb_dnsflush => flush DNS cache after adblock processing, i.e. enable the old restart behavior (bool/default: '0', disabled)
    • adb_notify => send notification emails in case of a processing error or if the overall domain count is ≤ 0 (bool/default: '0', disabled)
    • adb_notifycnt => Raise minimum domain count email notification trigger (int/default: '0')

Examples

change default dns backend to 'unbound':

Adblock deposits the final blocklist 'adb_list.overall' in '/var/lib/unbound' where unbound can find them in its jail.
To preserve the DNS cache after adblock processing you need to install 'unbound-control'.

change default dns backend to 'named' (bind):

Adblock deposits the final blocklist 'adb_list.overall' in '/var/lib/bind'.
To preserve the DNS cache after adblock processing you need to install & configure 'bind-rdnc'.
To use the blocklist please modify '/etc/bind/named.conf':


in the 'options' namespace add:
  response-policy { zone "rpz"; };

and at the end of the file add:
  zone "rpz" {
    type master;
    file "/var/lib/bind/adb_list.overall";
    allow-query { none; };
    allow-transfer { none; };
  };

change default dns backend to 'kresd':

The knot-resolver (kresd) is only available on Turris Omnia devices.
Adblock deposits the final blocklist 'adb_list.overall' in '/etc/kresd', no further configuration needed.

change default dns backend to 'dnscrypt-proxy':

The required 'blacklist' option of dnscrypt-proxy is not enabled by default, because the package will be compiled without plugins support.
Take a custom OpenWrt build with plugins support to use this feature. Adblock deposits the final blocklist 'adb_list.overall' in '/tmp'.
To use the blocklist please modify '/etc/config/dnscrypt-proxy' per instance:


  list blacklist 'domains:/tmp/adb_list.overall'

reference the jail block list manually in a 'kidsafe' dhcp config:

The additional 'Jail' blocklist (by default in /tmp/adb_list.jail) block access to all domains except those listed in the whitelist file.


config dnsmasq 'kidsafe'
        [...]
        option serversfile '/tmp/adb_list.jail'

enable email notification via msmtp:

To use the email notification you have to install & configure the package 'msmtp'.
Modify the file '/etc/msmtprc':


[...]
defaults
auth            on
tls             on
tls_certcheck   off
timeout         5
syslog          LOG_MAIL
[...]
account         adb_notify
host            smtp.gmail.com
port            587
from            dev.adblock@gmail.com
user            dev.adblock
password        xxx

Edit the file '/etc/adblock/adblock.notify' and change at least the 'mail_receiver'.
Finally make this file executable via 'chmod' and test it directly. If no more errors come up you can comment 'mail_debug', too.

receive adblock runtime information:


/etc/init.d/adblock status
::: adblock runtime information
  + adblock_status  : enabled
  + adblock_version : 3.6.0
  + overall_domains : 30267 (backup mode)
  + fetch_utility   : /bin/uclient-fetch (libustream-ssl)
  + dns_backend     : dnsmasq (/tmp)
  + last_rundate    : 19.12.2018 16:29:25
  + system_release  : GL-AR750S, OpenWrt SNAPSHOT r8814-6835c13e5a

receive adblock DNS Query Report information:


/etc/init.d/adblock report
:::
::: Adblock DNS-Query Report
:::
  + Start   ::: 2018-12-19, 16:29:40
  + End     ::: 2018-12-19, 16:45:08
  + Total   ::: 42
  + Blocked ::: 17 (40.48 %)
:::
::: Top 10 Clients
  + 32       ::: 101.167.1.103
  + 10       ::: abc1:abc1:abc0:0:abc1:abcb:abc5:abc3
:::
::: Top 10 Domains
  + 7        ::: dns.msftncsi.com
  + 4        ::: forum.openwrt.org
  + 2        ::: outlook.office365.com
  + 1        ::: www.google.com
  + 1        ::: www.deepl.com
  + 1        ::: safebrowsing.googleapis.com
  + 1        ::: play.googleapis.com
  + 1        ::: odc.officeapps.live.com
  + 1        ::: login.microsoftonline.com
  + 1        ::: test-my.sharepoint.com
:::
::: Top 10 Blocked Domains
  + 4        ::: nexus.officeapps.live.com
  + 4        ::: mobile.pipe.aria.microsoft.com
  + 3        ::: watson.telemetry.microsoft.com
  + 2        ::: v10.events.data.microsoft.com
  + 2        ::: settings-win.data.microsoft.com
  + 2        ::: nexusrules.officeapps.live.com

cronjob for a regular block list update (/etc/crontabs/root):


0 06 * * *    /etc/init.d/adblock reload

blacklist entry (/etc/adblock/adblock.blacklist):


ads.example.com

This entry blocks the following (sub)domains:
  http://ads.example.com/foo.gif
  http://server1.ads.example.com/foo.gif
  https://ads.example.com:8000/

This entry does not block:
  http://ads.example.com.ua/foo.gif
  http://example.com/

whitelist entry (/etc/adblock/adblock.whitelist):


here.com

This entry removes the following (sub)domains from the blocklist:
  maps.here.com
  here.com

This entry does not remove:
  where.com
  www.adwhere.com

query the active blocklist for a certain (sub-)domain, e.g. for whitelisting:

The query function checks against the submitted (sub-)domain and recurses automatically to the upper top level domain. For every (sub-)domain it returns the first ten relevant results.


/etc/init.d/adblock query google.com
:::
::: results for domain 'google.com'
:::
  + analytics.google.com
  + googleadapis.l.google.com
  + pagead.l.google.com
  + partnerad.l.google.com
  + ssl-google-analytics.l.google.com
  + www-google-analytics.l.google.com
  + video-stats.video.google.com
:::
::: results for domain 'google.com' in backups
:::
  + adb_list.adguard.gz           partnerad.l.google.com
  + adb_list.adguard.gz           googleadapis.l.google.com
  + adb_list.adguard.gz           ssl-google-analytics.l.google.com
  + adb_list.adguard.gz           [...]
  + adb_list.disconnect.gz        pagead.l.google.com
  + adb_list.disconnect.gz        partnerad.l.google.com
  + adb_list.disconnect.gz        video-stats.video.google.com
  + adb_list.disconnect.gz        [...]
  + adb_list.yoyo.gz              analytics.google.com
  + adb_list.yoyo.gz              pagead.l.google.com
  + adb_list.yoyo.gz              partnerad.l.google.com
  + adb_list.yoyo.gz              [...]

add a new blocklist source:

  1. the easy way ...
    example: https://easylist-downloads.adblockplus.org/rolist+easylist.txt
    Adblock already supports an easylist source, called 'reg_ru'. To add the additional local easylist as a new source, copy the existing config source section and change only the source name, the url and the description - that's all!

config source 'reg_ro'
  option enabled '0'
  option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
  option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([^([:space:]|#|\*|\/).]+\.)+[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  option adb_src_desc 'focus on romanian ads plus generic easylist additions, weekly updates, approx. 9.400 entries'
  1. a bit harder ...
    To add a really new source with different domain/host format you have to write a suitable awk one-liner on your own, so basic awk skills are needed. As a starting point check the already existing awk rulesets 'adb_src_rset' in the config file, probably you need only small changes for your individual list. Download the desired list and test your new awk string locally. The output result should be a sequential list with one domain/host per line - nothing more. If your awk one-liner works quite well, add a new source section to the adblock config file and test the new source.

Support

Please join the adblock discussion in this forum thread or contact me by mail dev@brenken.org

Removal

  • stop all adblock related services with /etc/init.d/adblock stop
  • optional: remove the adblock package (opkg remove adblock)

Have fun!
Dirk