Adblock problem overall domains 0

Hi all

I have been trying to run adblock, but I get the following
Overall domains. 0 ( normal mode)

I have been reading but didn’t manage to find a solution
Below the config information.

Some solution much appreciated.

Regards

config adblock 'global'
        option adb_dns 'dnsmasq'
        option adb_trigger 'wan'
        option adb_enabled '1'
        option adb_fetchutil 'uclient-fetch'

config adblock 'extra'
        option adb_debug '0'
        option adb_forcesrt '0'
        option adb_forcedns '0'
        option adb_backup '0'
        option adb_maxqueue '4'

config source 'adaway'
        option adb_src 'https://adaway.org/hosts.txt'

Did you:

#FOR ADBLOCKING INSTALL: adblock luci-app-adblock libustream-mbedtls libmbedtls

Definitely make sure you installed libustream-mbedtls and libmbedtls, as you need those installed to download blocklists on HTTPS servers.

This is my full config for adaway (note the "option enabled '1'"):

config source 'adaway'
	option adb_src 'https://adaway.org/hosts.txt'
	option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([^([:space:]|#|\*|\/).]+
	option adb_src_desc 'focus on mobile ads, infrequent updates, approx. 40
	option enabled '1'

Also, make sure you reboot or run /etc/init.d/adblock start

1 Like

Thanks
what is adaway?

Ummm...that's in YOUR post no. 1... it's what you posted from your /etc/config/adblock file (which is incomplete if that was a full copy/paste):

It's one of the sources you download the blocklists from...if you have looked over the /etc/config/adblock or the LuCI web app, you should be able to glean that information.