diff options
author | Axel Bergerhoff <the.druid@arcor.de> | 2017-08-31 10:57:15 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:19:45 +0100 |
commit | c91d784733bbf337f3787969cc1e4daf31eb94c6 (patch) | |
tree | 9b7b9c4793acc975c0ea75d823471b45784b29ab /system/ffproxy/README | |
parent | f4319542a2c0d58316d5b1ef1b17ead2de2666ef (diff) | |
download | slackbuilds-c91d784733bbf337f3787969cc1e4daf31eb94c6.tar.gz |
system/ffproxy: Added (filtering HTTP/HTTPS proxy server).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/ffproxy/README')
-rw-r--r-- | system/ffproxy/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/ffproxy/README b/system/ffproxy/README new file mode 100644 index 0000000000..06a79e2e99 --- /dev/null +++ b/system/ffproxy/README @@ -0,0 +1,8 @@ +ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by +host, URL, and header. Custom header entries can be filtered and +added. It can even drop its privileges and optionally chroot() to some +directory. Logging to syslog() is supported, as is using another +auxiliary proxy server. An HTTP accelerator feature (acting as a +front-end to an HTTP server) is included. Contacting IPv6 servers as +well as binding to IPv6 is supported and allows transparent IPv6 over +IPv4 browsing (and vice versa). |