1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-06-19 21:54:25 +00:00
Files
.github
ssl-bump
Dockerfile
run.sh
.drone.yml
Dockerfile
LICENSE
README.md
docker-compose.test.yml
docker-compose.yml
squid-keys.asc
squid-log.conf
test_localnet.conf
docker-squid/ssl-bump/Dockerfile
Dmitry 12abc8228d sslbump: rootless (#125)
sslbump: shell script instead of long cmd

add 'ssl-bump' image test

add access_for_localnet for image test

allow_all instead of localnet for test

change test conf

fix test compose
2024-01-24 15:43:29 +03:00

5 lines
49 B
Docker

FROM b4tman/squid
COPY run.sh /
CMD ["/run.sh"]