squid cache_peer with login example

This commit is contained in:
BroodjeAap 2022-12-31 13:46:22 +00:00
parent e58ddc669d
commit c7e38a5365

View file

@ -115,7 +115,7 @@ services:
And in the `squid.conf` the proxy pool would be defined like this:
```
cache_peer proxy1.com parent 3128 0 round-robin no-query
cache_peer proxy2.com parent 3128 0 round-robin no-query
cache_peer proxy2.com parent 3128 0 round-robin no-query login=user:pass
```
### Browserless