Adblock support thread

Is the 4.02 version available somewhere ? Link in the first post leads to 3.8.15 version

The two first links are for the 3.x (first line)
The two last links are for the 4.x (seconde line)

That's odd, the x86 snapshot target points currently to 3.8.x indeed!? Hopefully just a temporary buildbot hickup ... in the meantime just use another architecture, e.g. https://downloads.openwrt.org/snapshots/packages/aarch64_generic/packages/ holds the current version.

Thanks, found the correct version from there

Error with 4.0.2 :
luci-app-adblock_git-20.096.39557-e7d935d-1_all.ipk
adblock_4.0.2-1_all.ipk

Is this 19.07.x?

Yes, 19.07.2 on MVEBU espressobin v7

OK, most probably triggered by some changes (adblock-unrelated) in LuCI-master couple of days ago - I have a look and come back to you.

SNAPSHOT r12793 on x86_64 same issue.

did you install(update) via opkg? If so, than your master build is too old.
For reference: https://github.com/openwrt/luci/commit/3c4bc228a1f7b5731cf464f3f407c9ed9ace3cd2#commitcomment-38311534

Yep, i'm upgrade via opkg on my master build. I will test on new build.

Could I request her to add this list ?

It's already included in adblock 4.x, if you ask for adblock 3.8.x add this section to your config:

config source 'smarttv'
	option adb_src 'https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt'
	option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
	option adb_src_desc 'focus on smarttv-related ads'
	option enabled '1'
1 Like

latest snapshot r12857 build work as expected, tks @dibdot.

Hi all...

IĀ“m using the 4.0.1-2 version and apparently it's working OK ...

I would like to add the youtube list in this version. Can you explain in detail how I can do this?

Hugs!

Check the readme for information to edit/add new sources and update to latest 4.0.3 which includes a youtube source, too.

I read the readme, but I couldn't figure out how to do it ... sorry.

Hi, I wonder if adblock 4.x.x is now available for lantiq xrx2000 SoC running kernel 5.4.31 (trunk)? If not, where can I find the latest 3.x.x version. You work is greatly appreciated here.

hi please when i enable youtube blocklists into DNSMASQ youtube videos delayed to started

any idea?

First off, excellent work on this package! Fairly new to OpenWRT in general, came from years of dd-wrt. Adblock was the first thing I went looking for, and happy to find this!

I started using Adblock on the latest 3.x version, which was quite flawless for me. Starting with 4.x (currently on 4.0.3), I can't get the DNS Report query function to work. This is on a WRT3200ACM. Report interface is the br-lan bridge, consisting of the of the LAN ports and wlan APs. I can see the pcap being written, and it appears all of the data is there. But, nothing comes back in luci, nor does the CLI report command return results. I've tried other interfaces, but only wan returns any data. However, with that interface, all client traffic is sourced from the router, so I can't glean the individual clients making calls. All of this was working flawlessly in 3.x. I tried to find the old packages to go back and try it out again to see what might be different, but can't find anything newer than 3.5 (for 18.x luci).

Are there any known issues with the reporting feature in 4.x? Also want to help troubleshoot any way I can.