diff options
author | krion <krion@FreeBSD.org> | 2003-07-21 22:28:03 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-21 22:28:03 +0800 |
commit | 5b38028e69ef950684838e4811e824fbc2633a8a (patch) | |
tree | 91fe01a0aca394196f49459302d38e4b5430d429 /www/Makefile | |
parent | 8d350e52b848599406f1034602cf6fef67a1e43c (diff) | |
download | freebsd-ports-gnome-5b38028e69ef950684838e4811e824fbc2633a8a.tar.gz freebsd-ports-gnome-5b38028e69ef950684838e4811e824fbc2633a8a.tar.zst freebsd-ports-gnome-5b38028e69ef950684838e4811e824fbc2633a8a.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/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e91b553098bd..399594a40de7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -80,6 +80,7 @@ SUBDIR += erwn SUBDIR += evg SUBDIR += fcgi + SUBDIR += ffproxy SUBDIR += fhttpd SUBDIR += flashplugin SUBDIR += flashplugin-mozilla |