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.

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