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.

304 lines
17 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 block list 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. * [blacklist]()
  11. * => static local blacklist, located by default in '/etc/adblock/adblock.blacklist'
  12. * [disconnect](https://disconnect.me)
  13. * => numerous updates on the same day, approx. 6.500 entries (enabled by default)
  14. * [dshield](http://dshield.org)
  15. * => daily updates, approx. 4.500 entries
  16. * [feodotracker](https://feodotracker.abuse.ch)
  17. * => daily updates, approx. 0-10 entries
  18. * [hphosts](https://hosts-file.net)
  19. * => monthly updates, approx. 50.000 entries
  20. * [malwaredomains](http://malwaredomains.com)
  21. * => daily updates, approx. 16.000 entries
  22. * [malwaredomainlist](http://www.malwaredomainlist.com)
  23. * => daily updates, approx. 1.500 entries
  24. * [openphish](https://openphish.com)
  25. * => numerous updates on the same day, approx. 1.800 entries
  26. * [ransomware tracker](https://ransomwaretracker.abuse.ch)
  27. * => daily updates, approx. 150 entries
  28. * [reg_cn](https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt)
  29. * => regional blocklist for China, daily updates, approx. 1.600 entries
  30. * [reg_nl](https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt)
  31. * => regional blocklist for the Netherlands, weekly updates, approx. 1300 entries
  32. * [reg_pl](http://adblocklist.org)
  33. * => regional blocklist for Poland, daily updates, approx. 50 entries
  34. * [reg_ro](https://easylist-downloads.adblockplus.org/rolist+easylist.txt)
  35. * => regional blocklist for Romania, weekly updates, approx. 600 entries
  36. * [reg_ru](https://code.google.com/p/ruadlist)
  37. * => regional blocklist for Russia, weekly updates, approx. 2.000 entries
  38. * [securemecca](http://www.securemecca.com)
  39. * => infrequent updates, approx. 25.000 entries
  40. * [shallalist](http://www.shallalist.de) (categories "adv" "costtraps" "spyware" "tracker" "warez" enabled by default)
  41. * => daily updates, approx. 32.000 entries (a short description of all shallalist categories can be found [online](http://www.shallalist.de/categories.html))
  42. * [spam404](http://www.spam404.com)
  43. * => infrequent updates, approx. 5.000 entries
  44. * [sysctl/cameleon](http://sysctl.org/cameleon)
  45. * => weekly updates, approx. 21.000 entries
  46. * [whocares](http://someonewhocares.org)
  47. * => weekly updates, approx. 12.000 entries
  48. * [winhelp](http://winhelp2002.mvps.org)
  49. * => infrequent updates, approx. 15.000 entries
  50. * [winspy](https://github.com/crazy-max/WindowsSpyBlocker)
  51. * => infrequent updates, approx. 120 entries
  52. * [yoyo](http://pgl.yoyo.org/adservers)
  53. * => weekly updates, approx. 2.500 entries (enabled by default)
  54. * [zeus tracker](https://zeustracker.abuse.ch)
  55. * => daily updates, approx. 440 entries
  56. * zero-conf like automatic installation & setup, usually no manual changes needed
  57. * simple but yet powerful adblock engine: adblock does not use error prone external iptables rulesets, http pixel server instances and things like that
  58. * automatically selects dnsmasq, unbound, bind or kresd (experimental!) as dns backend.
  59. * automatically selects uclient-fetch or wget as download utility (other tools like curl or aria2c are supported as well)
  60. * support http only mode (without installed ssl library) for all non-SSL blocklist sources
  61. * automatically supports a wide range of router modes, even AP modes are supported
  62. * full IPv4 and IPv6 support
  63. * supports tld compression (top level domain compression), this feature removes thousands of needless host entries from the block list and lowers the memory footprint for the dns backends
  64. * each block list source will be updated and processed separately
  65. * block list source parsing by fast & flexible regex rulesets
  66. * overall duplicate removal in central block list (adb_list.overall)
  67. * additional whitelist for manual overrides, located by default in /etc/adblock/adblock.whitelist
  68. * quality checks during block list update to ensure a reliable dns backend service
  69. * minimal status & error logging to syslog, enable debug logging to receive more output
  70. * procd based init system support (start/stop/restart/reload/suspend/resume/query/status)
  71. * procd based hotplug support, the adblock start will be solely triggered by network interface triggers
  72. * suspend & resume adblock actions temporarily without block list reloading
  73. * runtime information available via LuCI & via 'status' init command
  74. * query function to quickly identify blocked (sub-)domains, e.g. for whitelisting
  75. * optional: force dns requests to local resolver
  76. * optional: force overall sort / duplicate removal for low memory devices (handle with care!)
  77. * optional: 'manual mode' to re-use blocklist backups during startup, get fresh lists only via manual reload or restart action
  78. * optional: automatic block list backup & restore, they will be used in case of download errors or during startup in manual mode
  79. * optional: add new adblock sources on your own via uci config
  80. ## Prerequisites
  81. * [LEDE project](https://www.lede-project.org), tested with latest stable release (LEDE 17.01) and with current LEDE snapshot
  82. * a usual setup with an enabled dns backend at minimum - dump AP modes without a working dns backend are _not_ supported
  83. * a download utility:
  84. * 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
  85. * for limited devices with real memory constraints, adblock provides also a plain http option and supports wget-nossl and uclient-fetch (without libustream-ssl), too
  86. * for more configuration options see examples below
  87. ## LEDE trunk Installation & Usage
  88. * install 'adblock' (_opkg install adblock_) and that's it - the adblock start will be automatically triggered by procd interface trigger
  89. * control the adblock service manually with _/etc/init.d/adblock_ start/stop/restart/reload/suspend/resume/status or use the LuCI frontend
  90. * enable/disable your favored block list sources in _/etc/config/adblock_ - 'adaway', 'disconnect' and 'yoyo' are enabled by default
  91. ## LuCI adblock companion package
  92. * for easy management of the various block list sources and all other adblock options you can also use a nice & efficient LuCI frontend
  93. * install 'luci-app-adblock' (_opkg install luci-app-adblock_)
  94. * the application is located in LuCI under 'Services' menu
  95. ## Tweaks
  96. * **runtime information:** the adblock status is available via _/etc/init.d/adblock status_ (see example below)
  97. * **debug logging:** for script debugging please set the config option 'adb\_debug' to '1' and check the runtime output with _logread -e "adblock"_
  98. * **storage expansion:** to process and store all block list 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
  99. * **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)
  100. * **backup & restore block lists:** enable this feature, to restore automatically the latest compressed backup of your block lists in case of any processing error (e.g. a single block list source is not available during update). Please use an (external) solid partition and _not_ your volatile router temp directory for this
  101. * **scheduled list updates:** for a scheduled call of the adblock service add an appropriate crontab entry (see example below)
  102. * **restrict procd interface trigger:** restrict the procd interface trigger to a (list of) certain interface(s) (default: wan). To disable it at all, remove all entries
  103. * **suspend & resume adblocking:** to quickly switch the adblock service 'on' or 'off', simply use _/etc/init.d/adblock [suspend|resume]_
  104. * **domain query:** to query the active block list for a specific domain, please run _/etc/init.d/adblock query `<DOMAIN>`_ (see example below)
  105. * **add new list sources:** you could add new block list sources on your own via uci config, all you need is a source url and an awk one-liner (see example below)
  106. * **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_
  107. ## Further adblock config options
  108. * usually the pre-configured adblock setup works quite well and no manual config overrides are needed, all listed options apply to the 'global' config section:
  109. * adb\_enabled => main switch to enable/disable adblock service (default: '1', enabled)
  110. * adb\_debug => enable/disable adblock debug output (default: '0', disabled)
  111. * adb\_iface => set the procd interface trigger to a (list of) lan / wan interface(s) (default: 'wan')
  112. * adb\_fetch => full path to a different download utility, see example below (default: not set, use wget)
  113. * adb\_fetchparm => options for the download utility, see example below (default: not set, use wget options)
  114. * adb\_triggerdelay => additional trigger delay in seconds before adblock processing starts (default: '2')
  115. * adb\_forcedns => force dns requests to local resolver (default: '0', disabled)
  116. * adb\_forcesrt => force overall sort on low memory devices with less than 64 MB RAM (default: '0', disabled)
  117. * adb\_manmode => do not automatically update block lists during startup, use backups instead (default: '0', disabled)
  118. ## Examples
  119. **change default dns backend to 'unbound':**
  120. <pre><code>
  121. Adblock deposits the sorted and filtered block list (adb_list.overall) in '/var/lib/unbound' where unbound can find them in its jail.
  122. If you use manual configuration for unbound, then just include the following line in your 'server' clause:
  123. include: "/var/lib/unbound/adb_list.overall"
  124. </code></pre>
  125. **change default dns backend to 'bind':**
  126. <pre><code>
  127. Adblock deposits the sorted and filtered block list (adb_list.overall) in '/var/lib/bind' where bind can find them.
  128. To use the block list please modify the following bind configuration files:
  129. change '/etc/bind/named.conf', in the 'options' namespace add:
  130. response-policy { zone "rpz"; };
  131. and at the end of the file add:
  132. zone "rpz" {
  133. type master;
  134. file "/etc/bind/db.rpz";
  135. allow-query { none; };
  136. allow-transfer { none; };
  137. };
  138. create the new file '/etc/bind/db.rpz' and add:
  139. $TTL 2h
  140. $ORIGIN rpz.
  141. @ SOA localhost. root.localhost. (1 6h 1h 1w 2h)
  142. NS localhost.
  143. $INCLUDE /var/lib/bind/adb_list.overall
  144. </code></pre>
  145. **change default dns backend to 'kresd':**
  146. <pre><code>
  147. The knot-resolver (kresd) support is only available to turris omnia users. At this stage there's no package for kresd in the official LEDE / OpenWrt package repository.
  148. Adblock deposits the sorted and filtered block list (adb_list.overall) in '/tmp/kresd' where kresd can find them.
  149. To use the block list please modify the following kresd configuration files (experimental / untested!):
  150. edit '/etc/config/resolver' and uncomment the following option:
  151. option include_config '/etc/kresd/custom.conf'
  152. in the same file change the 'forward_upstream' option like that:
  153. forward_upstream '0'
  154. edit '/etc/kresd/custom.conf' and add:
  155. policy.add(policy.rpz(policy.DENY, '/etc/kresd/db.rpz'))
  156. policy.add(policy.all(policy.FORWARD('8.8.8.8')))
  157. policy.add(policy.all(policy.FORWARD('8.8.4.4')))
  158. create the new file '/etc/kresd/db.rpz' and add:
  159. $TTL 2h
  160. $ORIGIN rpz.
  161. @ SOA localhost. root.localhost. (1 6h 1h 1w 2h)
  162. NS localhost.
  163. $INCLUDE /tmp/kresd/adb_list.overall
  164. </code></pre>
  165. **configuration for different download utilities:**
  166. <pre><code>
  167. wget (default):
  168. option adb_fetch="/usr/bin/wget"
  169. option adb_fetchparm="--quiet --no-cache --no-cookies --max-redirect=0 --timeout=10 --no-check-certificate -O"
  170. aria2c:
  171. option adb_fetch '/usr/bin/aria2c'
  172. option adb_fetchparm '-q --timeout=10 --allow-overwrite=true --auto-file-renaming=false --check-certificate=false -o'
  173. uclient-fetch:
  174. option adb_fetch '/bin/uclient-fetch'
  175. option adb_fetchparm '-q --timeout=10 --no-check-certificate -O'
  176. curl:
  177. option adb_fetch '/usr/bin/curl'
  178. option adb_fetchparm '-s --connect-timeout 10 --insecure -o'
  179. </code></pre>
  180. **receive adblock runtime information:**
  181. <pre><code>
  182. /etc/init.d/adblock status
  183. ::: adblock runtime information
  184. status : active
  185. adblock_version : 2.8.0
  186. blocked_domains : 122827
  187. fetch_info : wget (built-in)
  188. dns_backend : dnsmasq
  189. last_rundate : 26.06.2017 17:00:27
  190. system : LEDE Reboot SNAPSHOT r4434-b91a38d647
  191. </code></pre>
  192. **cronjob for a regular block list update (/etc/crontabs/root):**
  193. <pre><code>
  194. 0 06 * * * /etc/init.d/adblock reload
  195. </code></pre>
  196. **blacklist entry (/etc/adblock/adblock.blacklist):**
  197. <pre><code>
  198. ads.example.com
  199. This entry blocks the following (sub)domains:
  200. http://ads.example.com/foo.gif
  201. http://server1.ads.example.com/foo.gif
  202. https://ads.example.com:8000/
  203. This entry does not block:
  204. http://ads.example.com.ua/foo.gif
  205. http://example.com/
  206. </code></pre>
  207. **whitelist entry (/etc/adblock/adblock.whitelist):**
  208. <pre><code>
  209. here.com
  210. This entry removes the following (sub)domains from the block list:
  211. maps.here.com
  212. here.com
  213. This entry does not remove:
  214. where.com
  215. www.adwhere.com
  216. </code></pre>
  217. **query active block list for a certain (sub-)domain, e.g. for whitelisting:**
  218. <pre><code>
  219. /etc/init.d/adblock query example.www.doubleclick.net
  220. ::: results for (sub-)domain 'example.www.doubleclick.net' (max. 5)
  221. - no match
  222. ::: results for (sub-)domain 'www.doubleclick.net' (max. 5)
  223. - no match
  224. ::: results for (sub-)domain 'doubleclick.net' (max. 5)
  225. + doubleclick.net
  226. + feedads.g.doubleclick.net
  227. + survey.g.doubleclick.net
  228. The query function checks against the submitted (sub-)domain and recurses automatically to the upper top level domain(s).
  229. For every (sub-)domain it returns the first five relevant results.
  230. In the example above whitelist "doubleclick.net" to free the submitted domain.
  231. </code></pre>
  232. **add a new block list source:**
  233. <pre><code>
  234. 1. the easy way ...
  235. example: https://easylist-downloads.adblockplus.org/rolist+easylist.txt
  236. adblock already supports an easylist source, called 'ruadlist'. To add the additional local easylist
  237. as a new source, copy the existing config source 'ruadlist' section and change only
  238. the source name, the url and the description - that's all!
  239. config source 'rolist'
  240. option enabled '0'
  241. option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
  242. option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}'
  243. option adb_src_desc 'focus on romanian ad related domains plus generic easylist additions, weekly updates, approx. 600 entries'
  244. 2. a bit harder ...
  245. to add a really new source with different domain/host format you have to write a suitable
  246. awk one-liner on your own, so basic awk skills are needed. As a starting point check the already
  247. existing awk strings (adb_src_rset) in adblock config, maybe you need only small changes for your individual list.
  248. Download the desired list and test your new awk string locally with:
  249. cat new.list | awk 'fs__individual search__search core__result'
  250. 'fs' => field separator (optional)
  251. 'individual search' => individual search part to filter out needless list information
  252. 'search core' => always '([A-Za-z0-9_-]+\.){1,}[A-Za-z]+', this is part of all list sources and should be unchanged
  253. 'result' => always '{print tolower(\$n)}', only the output column 'n' may vary
  254. the output result should be a sequential list with one domain/host per line - nothing more.
  255. If your awk one-liner works quite well, add a new source section in adblock config and test your new source
  256. </code></pre>
  257. ## Support
  258. 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>
  259. ## Removal
  260. * stop all adblock related services with _/etc/init.d/adblock stop_
  261. * optional: remove the adblock package (_opkg remove adblock_)
  262. Have fun!
  263. Dirk