added link to squid proxy pool conf to readme

This commit is contained in:
BroodjeAap 2023-01-06 11:33:42 +00:00
parent 742a99d9f3
commit ada16a848b

View file

@ -152,6 +152,8 @@ cache_peer proxy1.com parent 3128 0 round-robin no-query
cache_peer proxy2.com parent 3128 0 round-robin no-query login=user:pass cache_peer proxy2.com parent 3128 0 round-robin no-query login=user:pass
``` ```
An example `squid.conf` can be found in [docs/proxy/squid-1.conf](docs/proxy/squid-1.conf).
### Browserless ### Browserless
Some websites don't send all content on the first request, it's added later through javascript, Amazon does this for example. Some websites don't send all content on the first request, it's added later through javascript, Amazon does this for example.