hey, http_access allow all line in squid.conf makes the host being used by millions of bots after it is getting scanned as an open proxy.
you can see these connections in squid logs (/var/log/squid/access.log). it may downgrade the server performance.
on top of that, such configuration is forbidden by majority of server providers (and can get you banned without refund).
not using this line still works fine in my personal setup (using firefox selenium runner), but should work for every other runner - like puppeteer - as well.
hey,
http_access allow all
line insquid.conf
makes the host being used by millions of bots after it is getting scanned as an open proxy. you can see these connections in squid logs (/var/log/squid/access.log
). it may downgrade the server performance.on top of that, such configuration is forbidden by majority of server providers (and can get you banned without refund).
not using this line still works fine in my personal setup (
using firefox selenium runner
), but should work for every other runner - like puppeteer - as well.