@Stonework4958 said in Issues with 25.11 latest patches and latest pfBlockerNG:
being 1.1 million hosts
Consider this : for every DNS request unbound receives from your network (pfSense, LANs), it has to parse these 1,1 million for a potential match.
That's might no be a big deal if you have just a couple of LAN devices connected.
Also : asking pfBLockerng to 'load, parse, sort, match, whitelist and handles stats' over a list with 1 million entries ... knowing that pfBlockerng is using world's worst data handling language ( also known as PHP **) can create unstable situations.
I know, it's easy to 'click and select them all', but there will a a price to pay.
My advise : give your pfSense (and thus yourself) a break ^^
** PHP was meant to create web pages. Not massive data management. PHP is also very limited in its RAM usage, normally around 500 Mbytes on an average pfSense system, and your DNSBL file is more like 10 Million bytes or so (check it in the /var/unbound/ folder)