The actual adblock-fast stop/start operations are very fast, it's usually resolver (in default installs -- dnsmasq) where restarts are expensive operations. You may want to set dhcp.lan.force=1 to speed it up a bit.
How can I change the StevenBlack - Unified Hosts file? In the StevenBack github repo there are meny combinations of this file, but how to replace the default one in AdblockFast with the one I want to use. Or just an easy way to add it as new, since just adding the github link will not work.
When I try to add the link through the add button it doesn't get processed when AdBlock is started, will appear with that red-cross when i restart through the command line. Obviously just copy pasting the link is not working. That is why I'm asking here and not on the general "network for all" reddit forum. Is it related to needing to add the new file with hosts on "cdn.jsdelivr.net"? I saw through the documentation there is a mentioning of custom filters but points to a document which I don't understand, what I actually need to do to make it working. Hopefully now you understand why I'm asking here.
If this forum is not related to this kind of question, but is related how to add new code and features to the package then ok, I'm in the wrong forum then, I would appreciate if you can tell me the right thread for the above.
I guess its a problem with that list or StevenBlack hosts in general, cause i added something else from raw.githubusercontent and it worked, meaning it reloaded it without error.
Also, like I saw it reported many times before in this thread i also get "Failed to process allow-list!" whenever I do "save and apply" from LUCI. I have to go to CLI and do the reload command, then refresh the view on Luci and that message disappears, it doesn't seem to affect functionality though
So they needed to be sanitized before sending the content to dnsmasq and the tags which I used to filter these records out are not present in all their lists.
Should be fixed in 1.1.8-22 presently available from my repo and I'll merge fixes into 23.05, 24.10 and snapshots OpenWrt repositories before the end of the week hopefully.
I can't reproduce this so I can't figure out what's going on to fix.
Could you please post the entire (as minimal as possible) config which allows you to reliably reproduce this issue, so I would test it locally? It would be invaluable for me to resolve this.
I'm using the dnsmasq servers file as Dns service. I decided to try the dnsmasq.addnhosts option, and got a "not enough memory" error message when the service was trying to reload. Since Luci/ssh freezed and internet went off, had to manually reboot the router. The documentation warned about this option requiring more RAM but I wrongly thought having 1/3 free Ram out of 256 would suffice.
Thanks for the feedback. As only some dnsmasq options support final block-list optimization, some others may take significantly more space, even more so with IPv6 support. I'll try to address it better in the future versions.
Using adblock-fast 1.1.2-r20 on a Cudy TR1200, blocking was not working. For whatever reason /var/run/adblock-fast was not 0755 so dnsmasq was unable to load the additional servers file.
I added this nasty 1-liner to /etc/init.d/{adblock-fast,dnsmasq} to allow the servers load at reboot (was too lazy to investigate further).
What should be added in the allowed-list not to break Google related sites when using dnsmasq.nftset? I added keep.google.com and google-analytics.com
, yet changes in google keep are not saved.