Adblock support thread

I would like to recommend the addition of a somewhat new filter list which is efficiently designed for DNS level filtering and is GPLv3 licensed. Same filter list as used in their Adguard DNS service.

Title: Adguard DNS filter

Description: Filter composed from several other filters (English filter, Social media filter, Spyware filter, Mobile ads filter, EasyList and EasyPrivacy) and simplified specifically to be better compatible with DNS-level ad blocking.

License: github.com/AdguardTeam/AdguardDNS/blob/master/LICENSE
Filter link: https://adguard.com/en/filter-rules.html?id=15
Alt. link: https://github.com/AdguardTeam/AdguardDNS/blob/master/Filters/filter.txt

Thanks for your time. Keep up the great work!

1 Like

Hi, thanks for this source ... it's a common easylist/adblock plus format and fully supported by adblock. I will add this with the next 2.3.x release update.

1 Like

Thank you, Dirk. This is great news, especially since this one single list (which is a combo of several lists) will cover the needs for many users without the need to enable many lists. Also, the Adguard team has great knowledge of adblocking and maintaining lists in general.

To test the new adblock source please simply add the following to your existing adblock config:

config source 'adguard'
option enabled '1'
option adb_src 'https://raw.githubusercontent.com/AdguardTeam/AdguardDNS/master/Filters/filter.txt'
option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}'
option adb_src_desc 'combined adguard dns filter list, approx. 12.000 entries'

... should work out of the box - or wait until 2.3.0 has been released.

Do you know if this dnsmasq option was checked into stable branch 17.01 as well?

Thank you for this. I will start testing this ASAP. So far the compilation of the list works great without any issues. I will continue to test and let you know if any issues come up.

1 Like

yes, it's part of the stable tree.

adblock release 2.3.0 is now in trunk, with the following changes:

  • automatically selects dnsmasq or unbound as dns backend
  • add the new 'adguard' source, a combined/quite effective block list
  • remove needless dns backend restarts
  • optimize adblock restart behavior
  • optimize block list processing on inotify enabled filesystems
  • better return code checking on block list download
  • fix boot function/startup on Chaos Calmer
  • fix a bug in blocklist removal function
  • add more (optional) debug output
  • move backup options to global config

if you're coming from a previous version please update your adblock config as well, cause the new release supports a new block list source and puts the backup options to the global config.

Have fun!
Dirk

5 Likes

Thanks a lot for your effort! Adblock became an integral part of my LEDE installation and i'm successfully blocking around 80.000 entries :stuck_out_tongue: ... In your opinion, what is the best ways to update the lists? Currently, I run a daily cronjob and restart adblock (/etc/init.d/adblock restart).

thank you! :slight_smile:
and yes, a daily cronjob is the right way, e.g.

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

Hi, would you be willing to show me how to make a cronjob for adblock? Or have you already?

From shell: echo '0 06 * * * /etc/init.d/adblock start' >> /etc/crontabs/root. From Web UI, go to System -> Scheduled Tasks and paste the following to the line at the bottom:
0 06 * * * /etc/init.d/adblock start
That's it.

2 Likes

You can also do (if nano is installed):
EDITOR=nano crontab -e

... insert the cronjob, save and exit.

You can find a good cronjob generator here (if you need other times or commands to execute): http://crontab-generator.org/

1 Like

Regex for adguard is not working is the last build available. I have try fix by my own, but it was too damn hard for me.

option adb_src_rset '{FS="[|^]"} $0 ~/^||([A-Za-z0-9_-]+.){1,}[A-Za-z]+^$/{print tolower($3)}'

The adguard format was not changed and the regex works quite well (re-tested a few minutes ago).

Sun Feb 19 06:31:19 2017 user.notice adblock-[2.3.1] debug: name: adguard, enabled: 1, backup: 0, dns: dnsmasq, fetch: /usr/bin/wget
Sun Feb 19 06:31:21 2017 user.notice adblock-[2.3.1] debug: name: adguard, mode: backup, count: 12485, in_rc: 0, out_rc: 0

Please simply re-install adblock with a fresh config.

the debug says count: 12485 but adb_list.adguard is just a empty file.

Only if adguard enable.

Sun Feb 19 10:38:50 2017 user.notice adblock-[2.3.1] debug: name: zeus, mode: remove, count: 0, in_rc: 0, out_rc: 0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.341900] sort invoked oom-killer: gfp_mask=0x2420848, order=0, oom_score_adj=0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.349478] CPU: 0 PID: 3667 Comm: sort Not tainted 4.4.49 #0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.355315] Stack : 803c8c84 00000000 00000001 80420000 8182e0b4 80410d63 803aa2bc 00000e53
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.355315] 8048378c 80849ad4 00000000 00000182 00001b46 800a75a0 00000006 803b2c70
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.355315] 00000000 00000000 803addc0 80849974 80486542 800a551c 804103f0 00000000
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.355315] 00000001 801f3b00 00000000 00000000 00000000 00000000 00000000 00000000
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.355315] 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.355315] ...
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.391461] Call Trace:
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.393949] [<80071e10>] show_stack+0x50/0x84
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.398356] [<800d428c>] dump_header.isra.4+0x48/0x130
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.403551] [<800d4670>] oom_kill_process+0x98/0x43c
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.408562] [<800d4d78>] out_of_memory+0x2e0/0x324
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.413420] [<800d8678>] __alloc_pages_nodemask+0x684/0x6f0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.419053] [<800d17f8>] pagecache_get_page+0x154/0x278
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.424358] [<80132e6c>] __getblk_slow+0x15c/0x374
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.429190] [<8015a3d8>] squashfs_read_data+0x1c8/0x6e8
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.434480] [<8015e5e8>] squashfs_readpage_block+0x32c/0x4d8
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.440200] [<8015c264>] squashfs_readpage+0x5bc/0x6d0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.445385] [<800dbe14>] __do_page_cache_readahead+0x1f8/0x264
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.451283] [<800d35c4>] filemap_fault+0x1ac/0x458
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.456124] [<800ee348>] __do_fault+0x3c/0xa8
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.460545] [<800f15ec>] handle_mm_fault+0x4e4/0xb84
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.465555] [<80076ad0>] __do_page_fault+0x134/0x470
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.470570] [<80060820>] ret_from_exception+0x0/0x10
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.475569]
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.477072] Mem-Info:
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.479390] active_anon:3738 inactive_anon:24 isolated_anon:0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.479390] active_file:12 inactive_file:64 isolated_file:0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.479390] unevictable:0 dirty:0 writeback:0 unstable:0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.479390] slab_reclaimable:155 slab_unreclaimable:1051
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.479390] mapped:2 shmem:291 pagetables:78 bounce:0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.479390] free:258 free_pcp:0 free_cma:0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.511101] Normal free:1032kB min:1024kB low:1280kB high:1536kB active_anon:14952kB inactive_anon:96kB active_file:48kB inactive_file:256kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:32768kB managed:27928kB mlocked:0kB dirty:0kB writeback:0kB mapped:8kB shmem:1164kB slab_reclaimable:620kB slab_unreclaimable:4204kB kernel_stack:360kB pagetables:312kB unstable:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB writeback_tmp:0kB pages_scannSun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.554747] lowmem_reserve: 0 0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.558098] Normal: 104kB (UM) 28kB (UM) 1916kB (M) 532kB (UM) 264kB (M) 3128kB (M) 0256kB 0512kB 01024kB 02048kB 0*4096kB = 1032kB
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.571049] 367 total pagecache pages
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.574732] 0 pages in swap cache
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.578072] Swap cache stats: add 0, delete 0, find 0/0
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.583341] Free swap = 0kB
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.586238] Total swap = 0kB
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.589133] 8192 pages RAM
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.591867] 0 pages HighMem/MovableOnly
Sun Feb 19 10:38:55 2017 kern.warn kernel: [ 447.595725] 1210 pages reserved
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.598883] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.607482] [ 402] 0 402 297 17 3 0 0 0 ubusd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.616173] [ 403] 0 403 224 10 4 0 0 0 askfirst
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.625114] [ 635] 0 635 316 44 5 0 0 0 logd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.633712] [ 644] 0 644 361 23 4 0 0 0 rpcd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.642310] [ 691] 0 691 426 38 3 0 0 0 netifd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.651082] [ 714] 0 714 354 28 3 0 0 0 odhcpd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.659855] [ 737] 0 737 297 10 3 0 0 0 crond
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.668525] [ 845] 0 845 302 30 5 0 0 0 pppd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.677121] [ 865] 0 865 265 11 3 0 0 0 dropbear
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.686067] [ 1101] 0 1101 255 13 3 0 0 0 odhcp6c
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.694927] [ 1284] 0 1284 385 33 5 0 0 0 uhttpd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.703699] [ 1355] 0 1355 282 25 3 0 0 0 dropbear
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.712645] [ 1431] 0 1431 417 31 4 0 0 0 hostapd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.721505] [ 1534] 0 1534 297 11 3 0 0 0 ntpd
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.730103] [ 1621] 0 1621 297 11 5 0 0 0 ash
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.738599] [ 3312] 453 3312 539 294 4 0 0 0 dnsmasq
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.747457] [ 3482] 0 3482 344 42 4 0 0 0 adblock.sh
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.756576] [ 3667] 0 3667 3097 2778 7 0 0 0 sort
Sun Feb 19 10:38:55 2017 kern.info kernel: [ 447.765175] [ 3668] 0 3668 314 11 3 0 0 0 uniq
Sun Feb 19 10:38:55 2017 kern.err kernel: [ 447.773764] Out of memory: Kill process 3667 (sort) score 386 or sacrifice child
Sun Feb 19 10:38:55 2017 kern.err kernel: [ 447.781231] Killed process 3667 (sort) total-vm:12388kB, anon-rss:11108kB, file-rss:4kB
Sun Feb 19 10:38:55 2017 daemon.err adblock.sh[3482]: Killed
Sun Feb 19 10:38:58 2017 daemon.info dnsmasq[3312]: exiting on receipt of SIGTERM
Sun Feb 19 10:39:03 2017 user.notice adblock-[2.3.1] info : block lists with overall 5957 domains loaded successfully (LEDE Reboot SNAPSHOT r3522-157b78779f)
Sun Feb 19 10:39:03 2017 daemon.info dnsmasq[3746]: started, version 2.77test1 cachesize 2000
Sun Feb 19 10:39:03 2017 daemon.info dnsmasq[3746]: DNS service limited to local subnets
Sun Feb 19 10:39:03 2017 daemon.info dnsmasq[3746]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Sun Feb 19 10:39:03 2017 daemon.info dnsmasq-dhcp[3746]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Sun Feb 19 10:39:03 2017 daemon.info dnsmasq[3746]: using local addresses only for domain wwww.adleads.com

Seems to be a resource conflict, don't use all block list at once.

Why is adblock only fetching lists from dshield?

adblock - 2.3.1-1
luci-app-adblock - git-17.052.45152-09353ff-1

Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] info : start adblock processing ...
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: adaway, enabled: 1, backup: 0, dns: dnsmasq, fetch: /bin/uclient-fetch
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: adaway, mode: restore, count: 0, in_rc: 1, out_rc: 1
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: adaway, mode: remove, count: 0, in_rc: 1, out_rc: 0
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: adguard, enabled: 1, backup: 0, dns: dnsmasq, fetch: /bin/uclient-fetch
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: adguard, mode: restore, count: 0, in_rc: 1, out_rc: 1
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: adguard, mode: remove, count: 0, in_rc: 1, out_rc: 0
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: blacklist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: disconnect, enabled: 1, backup: 0, dns: dnsmasq, fetch: /bin/uclient-fetch
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: disconnect, mode: restore, count: 0, in_rc: 1, out_rc: 1
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: disconnect, mode: remove, count: 0, in_rc: 1, out_rc: 0
Fri Feb 24 11:35:33 2017 user.notice adblock-[2.3.1] debug: name: dshield, enabled: 1, backup: 0, dns: dnsmasq, fetch: /bin/uclient-fetch
Fri Feb 24 11:35:35 2017 user.notice adblock-[2.3.1] debug: name: dshield, mode: backup, count: 2137, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: feodo, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: hphosts, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: malware, enabled: 1, backup: 0, dns: dnsmasq, fetch: /bin/uclient-fetch
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: malware, mode: restore, count: 0, in_rc: 1, out_rc: 1
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: malware, mode: remove, count: 0, in_rc: 1, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: malwarelist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: openphish, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: palevo, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: ransomware, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: rolist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: ruadlist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: securemecca, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: shalla, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: spam404, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: sysctl, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: whocares, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: winspy, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: winhelp, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: yoyo, enabled: 1, backup: 0, dns: dnsmasq, fetch: /bin/uclient-fetch
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: yoyo, mode: restore, count: 0, in_rc: 1, out_rc: 1
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: yoyo, mode: remove, count: 0, in_rc: 1, out_rc: 0
Fri Feb 24 11:35:36 2017 user.notice adblock-[2.3.1] debug: name: zeus, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 11:35:42 2017 user.notice adblock-[2.3.1] info : block lists with overall 2137 domains loaded successfully (LEDE Reboot SNAPSHOT r3576-ea24d87)

config adblock 'global'
	option adb_enabled '1'
	option adb_debug '1'
	option adb_whitelist '/etc/adblock/adblock.whitelist'
	option adb_whitelist_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\"^\"\$1\"\\\|[.]\"\$1)}'
	option adb_backup '0'
	option adb_backupdir '/mnt'

config source 'adaway'
	option enabled '1'
	option adb_src 'https://adaway.org/hosts.txt'
	option adb_src_rset '\$0 ~/^127\.0\.0\.1[ \t]+([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$2)}'
	option adb_src_desc 'focus on mobile ads, infrequent updates, approx. 400 entries'

config source 'adguard'
	option adb_src 'https://raw.githubusercontent.com/AdguardTeam/AdguardDNS/master/Filters/filter.txt'
	option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}'
	option adb_src_desc 'combined adguard dns filter list, approx. 12.000 entries'
	option enabled '1'

config source 'disconnect'
	option enabled '1'
	option adb_src 'https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt'
	option adb_src_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$1)}'
	option adb_src_desc 'mozilla driven blocklist, numerous updates on the same day, approx. 6.500 entries'

config source 'dshield'
	option adb_src 'http://www.dshield.org/feeds/suspiciousdomains_Low.txt'
	option adb_src_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$1)}'
	option adb_src_desc 'generic blocklist, daily updates, approx. 4.500 entries'
	option enabled '1'

config source 'malware'
	option adb_src 'https://mirror.cedia.org.ec/malwaredomains/justdomains'
	option adb_src_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$1)}'
	option adb_src_desc 'broad blocklist, daily updates, approx. 16.000 entries'
	option enabled '1'

config source 'yoyo'
	option enabled '1'
	option adb_src 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext'
	option adb_src_rset '\$1 ~/^([A-Za-z0-9_-]+\.){1,}[A-Za-z]+/{print tolower(\$1)}'
	option adb_src_desc 'focus on ad related domains, weekly updates, approx. 2.500 entries'

ubus call service list '{"name":"adblock_stats"}'
{
	"adblock_stats": {
		"instances": {
			"statistics": {
				"running": false,
				"command": [
					""
				],
				"term_timeout": 5,
				"data": {
					"active_lists": [
						{
							"dshield": "2137"
						}
					],
					"adblock_version": "2.3.1",
					"blocked_domains": "2137",
					"dns_backend": "dnsmasq",
					"last_rundate": "24.02.2017 12:55:30",
					"system": "LEDE Reboot SNAPSHOT r3576-ea24d87"
				}
			}
		}
	}
}

Ok, nvm... i figured it out myself, i had to install full version of wget, i thought uclient-fetch was enough...

Fri Feb 24 13:18:51 2017 user.notice adblock-[2.3.1] info : start adblock processing ...
Fri Feb 24 13:18:51 2017 user.notice adblock-[2.3.1] debug: name: adaway, enabled: 1, backup: 0, dns: dnsmasq, fetch: /usr/bin/wget
Fri Feb 24 13:18:52 2017 user.notice adblock-[2.3.1] debug: name: adaway, mode: backup, count: 409, in_rc: 0, out_rc: 0
Fri Feb 24 13:18:52 2017 user.notice adblock-[2.3.1] debug: name: adguard, enabled: 1, backup: 0, dns: dnsmasq, fetch: /usr/bin/wget
Fri Feb 24 13:19:02 2017 user.notice adblock-[2.3.1] debug: name: adguard, mode: backup, count: 12591, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:04 2017 user.notice adblock-[2.3.1] debug: name: blacklist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:04 2017 user.notice adblock-[2.3.1] debug: name: disconnect, enabled: 1, backup: 0, dns: dnsmasq, fetch: /usr/bin/wget
Fri Feb 24 13:19:06 2017 user.notice adblock-[2.3.1] debug: name: disconnect, mode: backup, count: 5509, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:07 2017 user.notice adblock-[2.3.1] debug: name: dshield, enabled: 1, backup: 0, dns: dnsmasq, fetch: /usr/bin/wget
Fri Feb 24 13:19:08 2017 user.notice adblock-[2.3.1] debug: name: dshield, mode: backup, count: 2137, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:08 2017 user.notice adblock-[2.3.1] debug: name: feodo, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:08 2017 user.notice adblock-[2.3.1] debug: name: hphosts, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:08 2017 user.notice adblock-[2.3.1] debug: name: malware, enabled: 1, backup: 0, dns: dnsmasq, fetch: /usr/bin/wget
Fri Feb 24 13:19:17 2017 user.notice adblock-[2.3.1] debug: name: malware, mode: backup, count: 19203, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: malwarelist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: openphish, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: palevo, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: ransomware, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: rolist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: ruadlist, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: securemecca, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: shalla, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: spam404, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: sysctl, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: whocares, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: winspy, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: winhelp, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:22 2017 user.notice adblock-[2.3.1] debug: name: yoyo, enabled: 1, backup: 0, dns: dnsmasq, fetch: /usr/bin/wget
Fri Feb 24 13:19:23 2017 user.notice adblock-[2.3.1] debug: name: yoyo, mode: backup, count: 2353, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:24 2017 user.notice adblock-[2.3.1] debug: name: zeus, mode: remove, count: 0, in_rc: 0, out_rc: 0
Fri Feb 24 13:19:51 2017 user.notice adblock-[2.3.1] info : block lists with overall 36459 domains loaded successfully (LEDE Reboot SNAPSHOT r3576-ea24d87)

"adblock_stats": {
		"instances": {
			"statistics": {
				"running": false,
				"command": [
					""
				],
				"term_timeout": 5,
				"data": {
					"active_lists": [
						{
							"adaway": "409",
							"yoyo": "2348",
							"dshield": "2137",
							"disconnect": "3202",
							"adguard": "11862",
							"malware": "16501"
						}
					],
					"adblock_version": "2.3.1",
					"blocked_domains": "36459",
					"dns_backend": "dnsmasq",
					"last_rundate": "24.02.2017 13:19:51",
					"system": "LEDE Reboot SNAPSHOT r3576-ea24d87"

you've installed uclient-fetch without SSL support, please install one of the "libustream-ssl-* libraries as well.