Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 250 Bytes

squid

Run squid as a caching proxy in a docker container:

docker run -d -p 3128:3128 poklet/squid

And then time a few http requests through the proxy with something like:

time curl --proxy http://localhost:3128 http://SOME-BIG-FILE