friendly-bits
friendly-bits
> a cron job Is there really a need for another cron job? To me this only makes sense if the lists update cron job doesn't exist. So I'm trying...
> check_for_updates && service adblock-lean update -a I'm not comfortable with the idea of having **any** code which automously writes to flash on embedded devices, without any user confirmation. If...
I think this issue can be closed now @lynxthecat
Hi and thank you for feedback and suggestions. I'll address them one by one. About setting the conf-dir: generally, my approach to this is to avoid making system configuration changes...
As to making it possible to have adblocking on multiple dnsmasq instances. We've been thinking about this but this feature comes with a side-effect of increased memory use, which is...
About using the UCI system. This is on our radar and we've been discussing this occasionally. The main reason we did not go for it is that our current config...
Support for adblocking on multiple dnsmasq instances is now implemented with PR #183 (not yet merged to master). Could you test on your system and let us know if this...
The code has been merged into the master branch now and the support_adblocking_on_multiple_instances branch has been removed. If you want to test the implementation, use the command ``` service adblock-lean...
> [@friendly-bits](https://github.com/friendly-bits) What are the probabilities of this failing and exiting? reg_action() basically does 2 things: calls log_msg() (return code is not checked) and when performing actions which require lock,...
> Would you mind explaining what this line does? This gets the PID's (process id's) of the running dnsmasq processes, and sends a signal to those processes. The signal is...