Initial commit.

This commit is contained in:
yohan 2018-12-31 13:42:26 +01:00
commit 923a334271
3 changed files with 4968 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM debian:wheezy
MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive
RUN echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list
RUN apt-get update && apt-get -y install squid procps iptables
COPY squid.conf /etc/squid/
RUN chown root:proxy /etc/squid/*
EXPOSE 3128
ENTRYPOINT ["squid", "-f", "/etc/squid/squid.conf", "-N", "-d", "1"]

4958
squid.conf Normal file

File diff suppressed because it is too large Load Diff

1
users-example Normal file
View File

@ -0,0 +1 @@
your_username:your_hashed_password