mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:49 +02:00
add privoxy
This commit is contained in:
parent
e6f4d8893d
commit
df12c1afab
14
privoxy/Dockerfile
Normal file
14
privoxy/Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Dockerfile for privoxy
|
||||
#
|
||||
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
RUN apk add -U privoxy \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
VOLUME /etc/privoxy
|
||||
EXPOSE 8118
|
||||
|
||||
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]
|
9
privoxy/README.md
Normal file
9
privoxy/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
privoxy
|
||||
=======
|
||||
|
||||
`Privoxy` is a non-caching web proxy with advanced filtering capabilities for
|
||||
enhancing privacy, modifying web page data and HTTP headers, controlling
|
||||
access, and removing ads and other obnoxious Internet junk. Privoxy has a
|
||||
flexible configuration and can be customized to suit individual needs and
|
||||
tastes. It has application for both stand-alone systems and multi-user
|
||||
networks.
|
Loading…
x
Reference in New Issue
Block a user