From ada16a848b192e7b4c2578f11da5e53363cccb7f Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Fri, 6 Jan 2023 11:33:42 +0000 Subject: [PATCH] added link to squid proxy pool conf to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f00d9f..a80f2a4 100644 --- a/README.md +++ b/README.md @@ -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 ``` +An example `squid.conf` can be found in [docs/proxy/squid-1.conf](docs/proxy/squid-1.conf). + ### Browserless Some websites don't send all content on the first request, it's added later through javascript, Amazon does this for example.