Re: [Dnsmasq-discuss] About resolution performance and adblock

2024-11-19 Thread imnozi
FWIW, I use (on a 32-bit i686 appliance) a 33MiB ads/pron/warez blocklist of 1.2M domains in the form "local=/FQDN/" (that is, the domains do not exist at all for me; I'm OK with seeing whitespace). The virtual size (from 'ps aux') of the running dnsmasq is 175MiB. Resolution time is a hair slow

[Dnsmasq-discuss] Request for a new release

2024-11-19 Thread Jay Faulkner
Hi, I was wondering if you would mind cutting a release that includes this patch: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=f006be7842104a9f86fbf419326b7aad08ade61d -- this bug was very impactful to OpenStack Ironic (thank you for fixing it!) and getting it in a release w

[Dnsmasq-discuss] About resolution performance and adblock

2024-11-19 Thread Ercolino de Spiacico
In the context of Adblock, I noticed that our adblock script can handle relatively well about 10MB of blockfile which is about 7.8% of the device RAM (128MB), after that the resolution time increases exponentially to the point where the DNS resolution times-out and more importantly the device b

Re: [Dnsmasq-discuss] [PATCH] Removed empty trailing lines

2024-11-19 Thread Sven Geuer
On Sun, 2024-11-17 at 07:57 +0100, Geert Stappers wrote: > On Sun, Nov 10, 2024 at 10:53:02AM +0100, Geert Stappers wrote: > > [PATCH] Removed empty trailing lines > > In addition there are 6793 lines in 110 files with trailing spaces including \r characters which can be identified by GREP_CO

Re: [Dnsmasq-discuss] [PATCH] Removed empty trailing lines

2024-11-19 Thread Petr Menšík
I think ideally we should have a commit hook checking no empty line has not been added. Ideally prepared to use for all client preparing patches. They should be warned before even attempt to send a patch here. We should refuse such patches. Is there a set of tools or command you have used, whi