1
General Discussion / Re: Remote Access Control Lists in squid not working anymore
« on: September 09, 2020, 02:04:47 pm »
I've taken another look at the processing code, but I don't see an easy big performance gain there.
สมัครสมาชิก12BET
The unpacked blacklist file is approx 34MB, containing around a million lines if I saw it correctly.
Squid is very picky on the data in the lists, any duplication can lead to the proxy not starting at all, which makes sorting/de-duplication quite complex.
We could increase the timeout or detach the actual download process, but in the last case we should add some option to only download the indexes too.
สมัครสมาชิก12BET
The unpacked blacklist file is approx 34MB, containing around a million lines if I saw it correctly.
Squid is very picky on the data in the lists, any duplication can lead to the proxy not starting at all, which makes sorting/de-duplication quite complex.
We could increase the timeout or detach the actual download process, but in the last case we should add some option to only download the indexes too.