@mikej-0 said in Pfblocker not working (not blocking ads or sites):
DNSBL_ADs_Basic 916,133 0 Jul 28 17:37:53
If that was true, a list with "916,133" (which means 916133 host names !!)
and
your using unbound "file mode" :
93d2b694-bc3d-4efb-b30f-cb3265caf352-image.png
which means that the files will get 'included" by unbounded == read into memory when unbound start, you could create a situation where
unbound needs a very long time to start.
unbounds uses loads of memory, if not all
unbound comes very slow, as for nearly every DNS request, it needs to parse all the DNSBL lists.
I just checked this "DNSBL_ADs_Basic" and it's has only 93000 lines = a bit less then 93000 hosts.
Here it is : https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
I advice you to use the Python mode, not unbound mode.
The unbound mode will phase out in the future.
Also : This is what I consider the most optimal settings :
Update Frequency : Weekly : don't stress the download server ( !! )- and big list are not updated every hour or day anyway.
Logging / Blocking Mode : Null Blocking (logging) as http sites don't exist any more - the build in "DNSBL WebServer" will be discreded any way in the future.
TOP1M Whitelist : Optimal , but I enable this option.