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.

368 lines
22 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. * [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_cz](https://raw.githubusercontent.com/qxstyles/turris-hole-czech-block-list/master/turris-hole-czech-block-list)
  31. * Regional blocklist for Czechia, maintained by Turris Omnia Users, infrequent updates, approx. 100 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 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. * [ut_capitole](https://dsi.ut-capitole.fr/blacklists) (categories "cryptojacking" "ddos" "malware" "phishing" "warez" enabled by default)
  51. * 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))
  52. * [whocares](http://someonewhocares.org)
  53. * Weekly updates, approx. 12.000 entries
  54. * [winhelp](http://winhelp2002.mvps.org)
  55. * Infrequent updates, approx. 15.000 entries
  56. * [winspy](https://github.com/crazy-max/WindowsSpyBlocker)
  57. * Infrequent updates, approx. 120 entries
  58. * [yoyo](http://pgl.yoyo.org/adservers)
  59. * Weekly updates, approx. 2.500 entries (enabled by default)
  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. * Support four different DNS backends: `dnsmasq`, `unbound`, `named` (bind) and `kresd`
  63. * Support two different DNS blocking variants: `nxdomain` (default, supported by all backends), `null` (supported only by `dnsmasq`)
  64. * Support six different download utilities: `uclient-fetch`, `wget`, `curl`, `aria2c`, `wget-nossl`, `busybox-wget`
  65. * Fast downloads & list processing as they are handled in parallel running background jobs (see 'Download Queue')
  66. * Provide `http only` mode without installed SSL library for all non-SSL blocklist sources
  67. * Support a wide range of router modes, even AP modes are supported
  68. * Full IPv4 and IPv6 support
  69. * Provide 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
  70. * Provide a 'DNS File Reset', where the final DNS blockfile will be purged after DNS backend loading to save storage space
  71. * Blocklist source parsing by fast & flexible regex rulesets
  72. * Overall duplicate removal in central blocklist `adb_list.overall`
  73. * Additional blacklist for manual overrides, located by default in `/etc/adblock/adblock.blacklist` or in LuCI
  74. * Additional whitelist for manual overrides, located by default in `/etc/adblock/adblock.whitelist` or in LuCI
  75. * Quality checks during blocklist update to ensure a reliable DNS backend service
  76. * Minimal status & error logging to syslog, enable debug logging to receive more output
  77. * procd based init system support (`start/stop/restart/reload/suspend/resume/query/status`)
  78. * procd network interface trigger support or classic time based startup
  79. * Keep the DNS cache intact after adblock processing (currently supported by unbound, named and kresd)
  80. * Suspend & resume adblock actions temporarily without blocklist reloading
  81. * Provide comprehensive runtime information via LuCI or via `status` init command
  82. * Provide a detailed DNS Query Report with DNS related information about client requests, top (blocked) domains and more
  83. * Provide a query function to quickly identify blocked (sub-)domains, e.g. for whitelisting. This function is also able to search in adblock backups and black-/whitelist, to get back the set of blocking lists sources for a certain domain
  84. * Option to force DNS requests to the local resolver
  85. * Automatic blocklist backup & restore, these backups will be used in case of download errors and during startup
  86. * Send notification emails in case of a processing error or if the overall domain count is ≤ 0
  87. * Add new adblock sources on your own, see example below
  88. * Strong LuCI support for all options
  89. ## Installation & Usage
  90. ### Prerequisites
  91. * [OpenWrt](https://openwrt.org), tested with the stable release series (19.07) and with the latest snapshot
  92. * A usual setup with an enabled DNS backend at minimum - dump AP modes without a working DNS backend are _not_ supported
  93. * A download utility:
  94. * To support all blocklist sources and in order to run the default configuration of `adblock`, a full version (with SSL support) of `wget`, `uclient-fetch` with one of the `libustream-*` SSL libraries, `aria2c` or `curl` is required
  95. * The package used by default is probably `uclient-fetch` so in order to make `adblock` work with its default configuration it is needed to install one of the `libustream-*` SSL libraries. Example: `opkg install libustream-openssl`
  96. * 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
  97. * For more configuration options see examples below
  98. * Email notification (optional): For email notification support you need the additional `msmtp` package
  99. * DNS Query Report (optional): For this detailed report you need the additional package `tcpdump` or `tcpdump-mini`
  100. ### Installation of the core package
  101. * Install `adblock` (`opkg install adblock`)
  102. ### LuCI adblock companion package
  103. * It is strongly recommended to use the LuCI frontend to easily configure all powerful aspects of adblock
  104. * Install `luci-app-adblock` (`opkg install luci-app-adblock`)
  105. * The application is located in LuCI under the `Services` menu
  106. ### Configuration and controlling
  107. * At minimum configure the appropriate DNS backend (`dnsmasq` by default), the download utility and enable the adblock service in `/etc/config/adblock`
  108. * Control the adblock service manually with `/etc/init.d/adblock` `start/stop/restart/reload/suspend/resume/status` or use the LuCI frontend
  109. #### Tweaks
  110. * **Runtime information:** The adblock status is available via `/etc/init.d/adblock status` (see example below)
  111. * **Debug logging:** For script debugging please set the config option `adb\_debug` to `1` and check the runtime output with `logread -e "adblock"`
  112. * **Storage expansion:** To process and store all blocklist sources at once it might be helpful to enlarge your temp directory with a swap partition => see [OpenWrt Wiki](https://openwrt.org/docs/guide-user/storage/fstab) for further details
  113. * **coreutils sort:** To speedup adblock processing in particular with many enabled blocklist sources it is recommended to install the additional package `coreutils-sort`
  114. * **Add white- / blacklist entries:** Add domain black- or whitelist entries to always-deny or -allow 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). You need to refresh your blocklists after changes to these static lists.
  115. * **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
  116. * **Scheduled list updates:** For a scheduled call of the adblock service add an appropriate crontab entry (see example below)
  117. * **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
  118. * **Suspend & resume adblocking:** To quickly switch the adblock service `on` or `off`, simply use `/etc/init.d/adblock [suspend|resume]`
  119. * **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)
  120. * **Add new list sources:** You can 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)
  121. #### Further adblock config options
  122. * Usually the pre-configured adblock setup works quite well and no manual overrides are needed
  123. * The following options apply to the `global` config section:
  124. * `adb\_enabled` => Main switch to enable/disable adblock service (default: `0`, disabled)
  125. * `adb\_dns` => Select the DNS backend for your environment: `dnsmasq`, `unbound`, `named` or `kresd` (default: `dnsmasq`)
  126. * `adb\_dnsvariant` => Select the blocking variant: `nxdomain` (default, supported by all backends), `null (IPv4)` and `null (IPv4/IPv6)` both options are only supported by `dnsmasq`
  127. * `adb\_fetchutil` => Name of the used download utility: `uclient-fetch`, `wget`, `curl`, `aria2c`, `wget-nossl` or `busybox` (default: `uclient-fetch`)
  128. * `adb\_fetchparm` => Special config options for the download utility (default: not set)
  129. * `adb\_trigger` => Set the startup trigger to a certain interface, to `timed` or to `none` (default: `wan`)
  130. * The following options apply to the `extra` config section:
  131. * `adb\_debug` => Enable/disable adblock debug output (default: `0`, disabled)
  132. * `adb\_nice` => Set the nice level of the adblock process and all sub-processes (int/default: `0`, standard priority)
  133. * `adb\_forcedns` => Force DNS requests to local resolver (bool/default: `0`, disabled)
  134. * `adb\_maxqueue` => Size of the download queue to handle downloads & list processing in parallel (int/default: `8`)
  135. * `adb\_dnsfilereset` => The final DNS blockfile will be purged after DNS backend loading to save storage space (bool/default: `false`, disabled)
  136. * `adb\_report` => Enable the background tcpdump gathering process to provide a detailed DNS Query Report (bool/default: `0`, disabled)
  137. * `adb\_repdir` => Target directory for DNS related report files generated by tcpdump (default: `/tmp`)
  138. * `adb\_backupdir` => Target directory for adblock backups (default: `/tmp`)
  139. * `adb\_mail` => Send notification emails in case of a processing errors or if the overall domain count is &le; 0 (bool/default: `0`, disabled)
  140. * `adb\_mreceiver` => Receiver address for adblock notification emails (default: not set)
  141. * The following options could be added via "Additional Field" in LuCI and apply to the `extra` config section as well:
  142. * `adb\_dnsdir` => Target directory for the generated blocklist `adb_list.overall` (default: not set, use DNS backend default)
  143. * `adb\_blacklist` => Full path to the static blacklist file (default: `/etc/adblock/adblock.blacklist`)
  144. * `adb\_whitelist` => Full path to the static whitelist file (default: `/etc/adblock/adblock.whitelist`)
  145. * `adb\_triggerdelay` => Additional trigger delay in seconds before adblock processing begins (int/default: `2`)
  146. * `adb\_maxtld` => Disable the tld compression, if the number of blocked domains is greater than this value (int/default: `100000`)
  147. * `adb\_portlist` => Space separated list of fw ports which should be redirected locally (default: `53 853 5353`)
  148. * `adb\_dnsinotify` => Disable adblock triggered restarts and the 'DNS File Reset' for DNS backends with autoload features (bool/default: `false`, disabled)
  149. * `adb\_dnsflush` => Flush DNS cache after adblock processing, i.e. enable the old restart behavior (bool/default: `0`, disabled)
  150. * `adb\_repiface` => Reporting interface used by tcpdump, set to `any` for multiple interfaces (default: `br-lan`)
  151. * `adb\_replisten` => Space separated list of reporting port(s) used by tcpdump (default: `53`)
  152. * `adb\_repchunkcnt` => Report chunk count used by tcpdump (default: `5`)
  153. * `adb\_repchunksize` => Report chunk size used by tcpdump in MB (int/default: `1`)
  154. * `adb\_msender` => Sender address for adblock notification emails (default: `no-reply@adblock`)
  155. * `adb\_mtopic` => Topic for adblock notification emails (default: `adblock notification`)
  156. * `adb\_mprofile` => Email profile used in `msmtp` for adblock notification emails (default: `adb_notify`)
  157. * `adb\_mcnt` => Raise the minimum domain count email notification trigger (int/default: `0`)
  158. #### Examples
  159. **Change default DNS backend to `unbound`:**
  160. Adblock deposits the final blocklist `adb_list.overall` in `/var/lib/unbound` where unbound can find them in its jail, no further configuration needed.
  161. To preserve the DNS cache after adblock processing you need to install `unbound-control`.
  162. **Change default DNS backend to `named` (bind):**
  163. Adblock deposits the final blocklist `adb_list.overall` in `/var/lib/bind`.
  164. To preserve the DNS cache after adblock processing you need to install & configure `bind-rdnc`.
  165. To use the blocklist please modify `/etc/bind/named.conf`:
  166. * In the `options` namespace add:
  167. ```
  168. response-policy { zone "rpz"; };
  169. ```
  170. * And at the end of the file add:
  171. ```
  172. zone "rpz" {
  173. type master;
  174. file "/var/lib/bind/adb_list.overall";
  175. allow-query { none; };
  176. allow-transfer { none; };
  177. };
  178. ```
  179. **Change default DNS backend to `kresd`:**
  180. The knot-resolver (kresd) is only available on Turris Omnia devices.
  181. Adblock deposits the final blocklist `adb_list.overall` in `/etc/kresd`, no further configuration needed.
  182. **Enable email notification via msmtp:**
  183. To use the email notification you have to install & configure the package `msmtp`.
  184. Modify the file `/etc/msmtprc`:
  185. ```
  186. [...]
  187. defaults
  188. auth on
  189. tls on
  190. tls_certcheck off
  191. timeout 5
  192. syslog LOG_MAIL
  193. [...]
  194. account adb_notify
  195. host smtp.gmail.com
  196. port 587
  197. from dev.adblock@gmail.com
  198. user dev.adblock
  199. password xxx
  200. ```
  201. Finally enable email support and add a valid email address in LuCI.
  202. **Receive adblock runtime information:**
  203. ```
  204. /etc/init.d/adblock status
  205. ::: adblock runtime information
  206. + adblock_status : enabled
  207. + adblock_version : 3.8.0
  208. + overall_domains : 48359
  209. + fetch_utility : /bin/uclient-fetch (libustream-ssl)
  210. + dns_backend : dnsmasq, /tmp
  211. + dns_variant : null (IPv4/IPv6), true
  212. + backup_dir : /mnt/data/adblock
  213. + last_rundate : 15.08.2019 08:43:16
  214. + system_release : GL.iNet GL-AR750S, OpenWrt SNAPSHOT r10720-ccb4b96b8a
  215. ```
  216. **Receive adblock DNS Query Report information:**
  217. ```
  218. /etc/init.d/adblock report
  219. :::
  220. ::: Adblock DNS-Query Report
  221. :::
  222. + Start ::: 2018-12-19, 16:29:40
  223. + End ::: 2018-12-19, 16:45:08
  224. + Total ::: 42
  225. + Blocked ::: 17 (40.48 %)
  226. :::
  227. ::: Top 10 Clients
  228. + 32 ::: 101.167.1.103
  229. + 10 ::: abc1:abc1:abc0:0:abc1:abcb:abc5:abc3
  230. :::
  231. ::: Top 10 Domains
  232. + 7 ::: dns.msftncsi.com
  233. + 4 ::: forum.openwrt.org
  234. + 2 ::: outlook.office365.com
  235. + 1 ::: www.google.com
  236. + 1 ::: www.deepl.com
  237. + 1 ::: safebrowsing.googleapis.com
  238. + 1 ::: play.googleapis.com
  239. + 1 ::: odc.officeapps.live.com
  240. + 1 ::: login.microsoftonline.com
  241. + 1 ::: test-my.sharepoint.com
  242. :::
  243. ::: Top 10 Blocked Domains
  244. + 4 ::: nexus.officeapps.live.com
  245. + 4 ::: mobile.pipe.aria.microsoft.com
  246. + 3 ::: watson.telemetry.microsoft.com
  247. + 2 ::: v10.events.data.microsoft.com
  248. + 2 ::: settings-win.data.microsoft.com
  249. + 2 ::: nexusrules.officeapps.live.com
  250. [...]
  251. ```
  252. **Cronjob for a regular block list update (`/etc/crontabs/root`):**
  253. ```
  254. 0 06 * * * /etc/init.d/adblock reload
  255. ```
  256. **Blacklist entry (`/etc/adblock/adblock.blacklist`):**
  257. ```
  258. ads.example.com
  259. This entry blocks the following (sub)domains:
  260. http://ads.example.com/foo.gif
  261. http://server1.ads.example.com/foo.gif
  262. https://ads.example.com:8000/
  263. This entry does not block:
  264. http://ads.example.com.ua/foo.gif
  265. http://example.com/
  266. ```
  267. **Whitelist entry (`/etc/adblock/adblock.whitelist`):**
  268. ```
  269. here.com
  270. This entry removes the following (sub)domains from the blocklist:
  271. maps.here.com
  272. here.com
  273. This entry does not remove:
  274. where.com
  275. www.adwhere.com
  276. ```
  277. **Query the active blocklist, the backups and black-/whitelist for a certain (sub-)domain, e.g. for whitelisting:**
  278. 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.
  279. ```
  280. /etc/init.d/adblock query google.com
  281. :::
  282. ::: results for domain 'google.com' in active blocklist
  283. :::
  284. + adservice.google.com
  285. + adservice.google.com.au
  286. + adservice.google.com.vn
  287. + adservices.google.com
  288. + analytics.google.com
  289. + googleadapis.l.google.com
  290. + pagead.l.google.com
  291. + partnerad.l.google.com
  292. + ssl-google-analytics.l.google.com
  293. + video-stats.video.google.com
  294. + [...]
  295. :::
  296. ::: results for domain 'google.com' in backups and black-/whitelist
  297. :::
  298. + adb_list.adguard.gz partnerad.l.google.com
  299. + adb_list.adguard.gz googleadapis.l.google.com
  300. + adb_list.adguard.gz ssl-google-analytics.l.google.com
  301. + adb_list.adguard.gz [...]
  302. + adb_list.disconnect.gz pagead.l.google.com
  303. + adb_list.disconnect.gz partnerad.l.google.com
  304. + adb_list.disconnect.gz video-stats.video.google.com
  305. + adb_list.disconnect.gz [...]
  306. + adb_list.whocares.gz video-stats.video.google.com
  307. + adb_list.whocares.gz adservice.google.com
  308. + adb_list.whocares.gz adservice.google.com.au
  309. + adb_list.whocares.gz [...]
  310. + adb_list.yoyo.gz adservice.google.com
  311. + adb_list.yoyo.gz analytics.google.com
  312. + adb_list.yoyo.gz pagead.l.google.com
  313. + adb_list.yoyo.gz [...]
  314. ```
  315. **Add a new blocklist source:**
  316. 1. The easy way ...
  317. Example: https://easylist-downloads.adblockplus.org/rolist+easylist.txt
  318. 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!
  319. ```
  320. config source 'reg_ro'
  321. option enabled '0'
  322. option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
  323. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([^([:space:]|#|\*|\/).]+\.)+[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  324. option adb_src_desc 'focus on romanian ads plus generic easylist additions, weekly updates, approx. 9.400 entries'
  325. ```
  326. 2. A bit harder ...
  327. 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.
  328. ## Support
  329. Please join the adblock discussion in this [forum thread](https://forum.openwrt.org/t/adblock-support-thread/507) or contact me by email <dev@brenken.org>
  330. Have fun!
  331. Dirk