diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-21 22:28:03 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-21 22:28:03 +0800 |
commit | 568128bcfeb180b70fd057818d29f1d0abb24a71 (patch) | |
tree | 5e27e2d8e2eabb44fcf18a7ccba555f9c1127925 /www/ffproxy/pkg-descr | |
parent | d9d4153b6ba10bfe738e7a0e1556dd940cc6017b (diff) | |
download | freebsd-ports-gnome-568128bcfeb180b70fd057818d29f1d0abb24a71.tar.gz freebsd-ports-gnome-568128bcfeb180b70fd057818d29f1d0abb24a71.tar.zst freebsd-ports-gnome-568128bcfeb180b70fd057818d29f1d0abb24a71.zip |
ffproxy is a filtering HTTP 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. Contacting IPv6 servers is supported and allows
transparent IPv6 over IPv4 browsing.
PR: 54669
Approved by: fjoe (mentor)
Diffstat (limited to 'www/ffproxy/pkg-descr')
-rw-r--r-- | www/ffproxy/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/ffproxy/pkg-descr b/www/ffproxy/pkg-descr new file mode 100644 index 000000000000..9bd4daf69874 --- /dev/null +++ b/www/ffproxy/pkg-descr @@ -0,0 +1,9 @@ +ffproxy is a filtering HTTP 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. Contacting IPv6 +servers is supported and allows transparent IPv6 over IPv4 +browsing. + +WWW: http://faith.eu.org/programs.html#ffproxy |