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.

297 lines
18 KiB

  1. # dns based ad/abuse domain blocking
  2. ## Description
  3. 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 **N**on-e**X**istent Internet or Intranet domain name, if domain name is unable to resolved using the dns server, a condition called the 'NXDOMAIN' occurred.
  4. ## Main Features
  5. * support of the following domain blocklist sources (free for private usage, for commercial use please check their individual licenses):
  6. * [adaway](https://adaway.org)
  7. * => infrequent updates, approx. 400 entries (enabled by default)
  8. * [adguard](https://adguard.com)
  9. * => numerous updates on the same day, approx. 12.000 entries
  10. * [bitcoin](https://github.com/hoshsadiq/adblock-nocoin-list)
  11. * => infrequent updates, approx. 15 entries
  12. * [blacklist]()
  13. * => static local blacklist, located by default in '/etc/adblock/adblock.blacklist'
  14. * [disconnect](https://disconnect.me)
  15. * => numerous updates on the same day, approx. 6.500 entries (enabled by default)
  16. * [dshield](http://dshield.org)
  17. * => daily updates, approx. 4.500 entries
  18. * [feodotracker](https://feodotracker.abuse.ch)
  19. * => daily updates, approx. 0-10 entries
  20. * [hphosts](https://hosts-file.net)
  21. * => monthly updates, approx. 50.000 entries
  22. * [malwaredomains](http://malwaredomains.com)
  23. * => daily updates, approx. 16.000 entries
  24. * [malwaredomainlist](http://www.malwaredomainlist.com)
  25. * => daily updates, approx. 1.500 entries
  26. * [openphish](https://openphish.com)
  27. * => numerous updates on the same day, approx. 1.800 entries
  28. * [ransomware tracker](https://ransomwaretracker.abuse.ch)
  29. * => daily updates, approx. 150 entries
  30. * [reg_cn](https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt)
  31. * => regional blocklist for China, daily updates, approx. 1.600 entries
  32. * [reg_de](https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt)
  33. * => regional blocklist for Germany, daily updates, approx. 9.200 entries
  34. * [reg_id](https://easylist-downloads.adblockplus.org/abpindo+easylist.txt)
  35. * => regional blocklist for Indonesia, daily updates, approx. 800 entries
  36. * [reg_nl](https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt)
  37. * => regional blocklist for the Netherlands, weekly updates, approx. 1300 entries
  38. * [reg_pl](http://adblocklist.org)
  39. * => regional blocklist for Poland, daily updates, approx. 50 entries
  40. * [reg_ro](https://easylist-downloads.adblockplus.org/rolist+easylist.txt)
  41. * => regional blocklist for Romania, weekly updates, approx. 600 entries
  42. * [reg_ru](https://code.google.com/p/ruadlist)
  43. * => regional blocklist for Russia, weekly updates, approx. 2.000 entries
  44. * [shallalist](http://www.shallalist.de) (categories "adv" "costtraps" "spyware" "tracker" "warez" enabled by default)
  45. * => daily updates, approx. 32.000 entries (a short description of all shallalist categories can be found [online](http://www.shallalist.de/categories.html))
  46. * [spam404](http://www.spam404.com)
  47. * => infrequent updates, approx. 5.000 entries
  48. * [sysctl/cameleon](http://sysctl.org/cameleon)
  49. * => weekly updates, approx. 21.000 entries
  50. * [whocares](http://someonewhocares.org)
  51. * => weekly updates, approx. 12.000 entries
  52. * [winhelp](http://winhelp2002.mvps.org)
  53. * => infrequent updates, approx. 15.000 entries
  54. * [winspy](https://github.com/crazy-max/WindowsSpyBlocker)
  55. * => infrequent updates, approx. 120 entries
  56. * [yoyo](http://pgl.yoyo.org/adservers)
  57. * => weekly updates, approx. 2.500 entries (enabled by default)
  58. * [zeus tracker](https://zeustracker.abuse.ch)
  59. * => daily updates, approx. 440 entries
  60. * zero-conf like automatic installation & setup, usually no manual changes needed
  61. * simple but yet powerful adblock engine: adblock does not use error prone external iptables rulesets, http pixel server instances and things like that
  62. * supports five different dns backends / blocklist formats: dnsmasq, unbound, named (bind), kresd and dnscrypt-proxy
  63. * supports six different download utilities: uclient-fetch, wget, curl, aria2c, wget-nossl, busybox-wget
  64. * provides 'http only' mode without installed ssl library for all non-SSL blocklist sources
  65. * supports a wide range of router modes, even AP modes are supported
  66. * full IPv4 and IPv6 support
  67. * 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 backends
  68. * blocklist source parsing by fast & flexible regex rulesets
  69. * overall duplicate removal in central blocklist 'adb_list.overall'
  70. * additional whitelist for manual overrides, located by default in /etc/adblock/adblock.whitelist
  71. * quality checks during blocklist update to ensure a reliable dns backend service
  72. * minimal status & error logging to syslog, enable debug logging to receive more output
  73. * procd based init system support (start/stop/restart/reload/suspend/resume/query/status)
  74. * procd network interface trigger support or classic time based startup
  75. * keep the dns cache intact after adblock processing (currently supported by unbound and named)
  76. * conditional dns backend restarts by old/new blocklist comparison with sha256sum (default) or md5sum
  77. * suspend & resume adblock actions temporarily without blocklist reloading
  78. * output comprehensive runtime information via LuCI or via 'status' init command
  79. * query function to quickly identify blocked (sub-)domains, e.g. for whitelisting
  80. * strong LuCI support
  81. * optional: force dns requests to local resolver
  82. * optional: force overall sort / duplicate removal for low memory devices (handle with care!)
  83. * optional: automatic blocklist backup & restore, they will be used in case of download errors or during startup in backup mode
  84. * optional: 'backup mode' to re-use blocklist backups during startup, get fresh lists only via reload or restart action
  85. * optional: 'whitelist mode' to block access to all domains except those explicitly listed in the whitelist file
  86. * optional: send notification emails in case of a processing error or if the overall domain count is ≤ 0
  87. * optional: add new adblock sources on your own via uci config
  88. ## Prerequisites
  89. * [LEDE project](https://www.lede-project.org), tested with latest stable release (LEDE 17.01) and with current LEDE snapshot
  90. * a usual setup with an enabled dns backend at minimum - dump AP modes without a working dns backend are _not_ supported
  91. * a download utility:
  92. * 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
  93. * 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
  94. * for more configuration options see examples below
  95. ## Installation & Usage
  96. * install 'adblock' (_opkg install adblock_)
  97. * at minimum configure the appropriate dns backend ('dnsmasq' by default) and enable the adblock service in _/etc/config/adblock_
  98. * control the adblock service manually with _/etc/init.d/adblock_ start/stop/restart/reload/suspend/resume/status or use the LuCI frontend
  99. ## LuCI adblock companion package
  100. * for easy management of the various blocklist sources and all other adblock options you should use the provided LuCI frontend
  101. * install 'luci-app-adblock' (_opkg install luci-app-adblock_)
  102. * the application is located in LuCI under 'Services' menu
  103. ## Tweaks
  104. * **runtime information:** the adblock status is available via _/etc/init.d/adblock status_ (see example below)
  105. * **debug logging:** for script debugging please set the config option 'adb\_debug' to '1' and check the runtime output with _logread -e "adblock"_
  106. * **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](https://wiki.openwrt.org/doc/uci/fstab) for further details
  107. * **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)
  108. * **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
  109. * **scheduled list updates:** for a scheduled call of the adblock service add an appropriate crontab entry (see example below)
  110. * **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.
  111. * **suspend & resume adblocking:** to quickly switch the adblock service 'on' or 'off', simply use _/etc/init.d/adblock [suspend|resume]_
  112. * **domain query:** to query the active blocklist for a specific domain, please run _/etc/init.d/adblock query `<DOMAIN>`_ (see example below)
  113. * **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)
  114. * **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_
  115. ## Further adblock config options
  116. * usually the pre-configured adblock setup works quite well and no manual overrides are needed
  117. * the following options apply to the 'global' config section:
  118. * adb\_enabled => main switch to enable/disable adblock service (default: '0', disabled)
  119. * adb\_debug => enable/disable adblock debug output (default: '0', disabled)
  120. * adb\_fetchutil => name of the used download utility: 'uclient-fetch', 'wget', 'curl', 'aria2c', 'wget-nossl'. 'busybox' (default: 'uclient-fetch')
  121. * adb\_fetchparm => special config options for the download utility (default: not set)
  122. * adb\_dns => select the dns backend for your environment: 'dnsmasq', 'unbound', 'named', 'kresd' or 'dnscrypt-proxy' (default: 'dnsmasq')
  123. * adb\_dnsdir => target directory for the generated blocklist 'adb_list.overall' (default: not set, use dns backend default)
  124. * adb\_trigger => set the startup trigger to a certain interface, to 'timed' or to 'none' (default: 'wan')
  125. * the following options apply to the 'extra' config section:
  126. * adb\_triggerdelay => additional trigger delay in seconds before adblock processing begins (default: '1')
  127. * adb\_forcedns => force dns requests to local resolver (default: '0', disabled)
  128. * adb\_forcesrt => force overall sort on low memory devices with less than 64 MB RAM (default: '0', disabled)
  129. * adb\_backup_mode => do not automatically update blocklists during startup, use backups instead (default: '0', disabled)
  130. * adb\_whitelist_mode => block access to all domains except those explicitly listed in the whitelist file (default: '0', disabled)
  131. * adb\_dnsflush => flush DNS cache after adblock processing, i.e. enable the old restart behavior (default: '0', disabled)
  132. * adb\_notify => send notification emails in case of a processing error or if the overall domain count is &le; 0 (default: '0', disabled)
  133. * adb\_notifycnt => Raise minimum domain count email notification trigger (default: '0')
  134. ## Examples
  135. **change default dns backend to 'unbound':**
  136. Adblock deposits the final blocklist 'adb_list.overall' in '/var/lib/unbound' where unbound can find them in its jail.
  137. To preserve the DNS cache after adblock processing you need to install 'unbound-control'.
  138. **change default dns backend to 'named' (bind):**
  139. Adblock deposits the final blocklist 'adb_list.overall' in '/var/lib/bind'.
  140. To preserve the DNS cache after adblock processing you need to install & configure 'bind-rdnc'.
  141. To use the blocklist please modify '/etc/bind/named.conf':
  142. <pre><code>
  143. in the 'options' namespace add:
  144. response-policy { zone "rpz"; };
  145. and at the end of the file add:
  146. zone "rpz" {
  147. type master;
  148. file "/var/lib/bind/adb_list.overall";
  149. allow-query { none; };
  150. allow-transfer { none; };
  151. };
  152. </code></pre>
  153. **change default dns backend to 'kresd':**
  154. The knot-resolver (kresd) is only available on Turris Omnia devices.
  155. Adblock deposits the final blocklist 'adb_list.overall' in '/etc/kresd', no further configuration needed.
  156. **change default dns backend to 'dnscrypt-proxy':**
  157. The required 'blacklist' option of dnscrypt-proxy is not enabled by default, because the package will be compiled without plugins support.
  158. Take a custom LEDE build with plugins support to use this feature. Adblock deposits the final blocklist 'adb_list.overall' in '/tmp'.
  159. To use the blocklist please modify '/etc/config/dnscrypt-proxy' per instance:
  160. <pre><code>
  161. list blacklist 'domains:/tmp/adb_list.overall'
  162. </code></pre>
  163. **enable email notification via msmtp:**
  164. To use the email notification you have to install & configure the package 'msmtp'.
  165. Modify the file '/etc/msmtprc':
  166. <pre><code>
  167. [...]
  168. defaults
  169. auth on
  170. tls on
  171. tls_certcheck off
  172. timeout 5
  173. syslog LOG_MAIL
  174. [...]
  175. account adb_notify
  176. host smtp.gmail.com
  177. port 587
  178. from dev.adblock@gmail.com
  179. user dev.adblock
  180. password xxx
  181. </code></pre>
  182. Edit the file '/etc/adblock/adblock.notify' and change at least the 'mail_receiver'.
  183. Finally make this file executable via 'chmod' and test it directly. If no more errors come up you can comment 'mail_debug', too.
  184. **receive adblock runtime information:**
  185. <pre><code>
  186. /etc/init.d/adblock status
  187. ::: adblock runtime information
  188. + adblock_status : enabled
  189. + adblock_version : 3.4.0
  190. + overall_domains : 5167 (normal/backup mode)
  191. + fetch_utility : wget (built-in)
  192. + dns_backend : kresd (/etc/kresd)
  193. + last_rundate : 27.12.2017 20:52:35
  194. + system_release : Turris Omnia, OpenWrt omnia 15.05/3.9.1
  195. </code></pre>
  196. **cronjob for a regular block list update (/etc/crontabs/root):**
  197. <pre><code>
  198. 0 06 * * * /etc/init.d/adblock reload
  199. </code></pre>
  200. **blacklist entry (/etc/adblock/adblock.blacklist):**
  201. <pre><code>
  202. ads.example.com
  203. This entry blocks the following (sub)domains:
  204. http://ads.example.com/foo.gif
  205. http://server1.ads.example.com/foo.gif
  206. https://ads.example.com:8000/
  207. This entry does not block:
  208. http://ads.example.com.ua/foo.gif
  209. http://example.com/
  210. </code></pre>
  211. **whitelist entry (/etc/adblock/adblock.whitelist):**
  212. <pre><code>
  213. here.com
  214. This entry removes the following (sub)domains from the blocklist:
  215. maps.here.com
  216. here.com
  217. This entry does not remove:
  218. where.com
  219. www.adwhere.com
  220. </code></pre>
  221. **query the active blocklist for a certain (sub-)domain, e.g. for whitelisting:**
  222. 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.
  223. <pre><code>
  224. /etc/init.d/adblock query www.example.google.com
  225. ::: max. ten results for domain 'www.example.google.com'
  226. - no match
  227. ::: max. ten results for domain 'example.google.com'
  228. - no match
  229. ::: max. ten results for domain 'google.com'
  230. + analytics.google.com
  231. + googleadapis.l.google.com
  232. + pagead.l.google.com
  233. + partnerad.l.google.com
  234. + ssl-google-analytics.l.google.com
  235. + video-stats.video.google.com
  236. + www-google-analytics.l.google.com
  237. </code></pre>
  238. **add a new blocklist source:**
  239. 1. the easy way ...
  240. example: https://easylist-downloads.adblockplus.org/rolist+easylist.txt
  241. 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
  242. the source name, the url and the description - that's all!
  243. <pre><code>
  244. config source 'reg_ro'
  245. option enabled '0'
  246. option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
  247. option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  248. option adb_src_desc 'focus on romanian ads plus generic easylist additions, weekly updates, approx. 9.400 entries'
  249. </code></pre>
  250. 2. a bit harder ...
  251. 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.
  252. ## Support
  253. Please join the adblock discussion in this [forum thread](https://forum.lede-project.org/t/adblock-2-x-support-thread/507) or contact me by mail <dev@brenken.org>
  254. ## Removal
  255. * stop all adblock related services with _/etc/init.d/adblock stop_
  256. * optional: remove the adblock package (_opkg remove adblock_)
  257. Have fun!
  258. Dirk