Initial commit.
This commit is contained in:
commit
923a334271
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
4958
squid.conf
Normal file
File diff suppressed because it is too large
Load Diff
1
users-example
Normal file
1
users-example
Normal file
@ -0,0 +1 @@
|
|||||||
|
your_username:your_hashed_password
|
Loading…
Reference in New Issue
Block a user