An open API service indexing awesome lists of open source software.

https://github.com/alokkusingh/squid-proxy

Squid Proxy Docker Run
https://github.com/alokkusingh/squid-proxy

Last synced: 2 months ago
JSON representation

Squid Proxy Docker Run

Awesome Lists containing this project

README

        

## Local Squid Proxy setup

```shell
docker run -it -p 3128:3128 --rm --name squid --mount type=bind,source="$(pwd)"/squid.conf,target=/etc/squid/squid.conf,readonly ubuntu/squid
```