From 568128bcfeb180b70fd057818d29f1d0abb24a71 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 21 Jul 2003 14:28:03 +0000 Subject: 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) --- www/ffproxy/files/patch-dbs.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 www/ffproxy/files/patch-dbs.h (limited to 'www/ffproxy/files/patch-dbs.h') diff --git a/www/ffproxy/files/patch-dbs.h b/www/ffproxy/files/patch-dbs.h new file mode 100644 index 000000000000..d293090a53ff --- /dev/null +++ b/www/ffproxy/files/patch-dbs.h @@ -0,0 +1,7 @@ +--- dbs.h.orig Sun Jul 20 19:16:32 2003 ++++ dbs.h Sun Jul 20 19:16:48 2003 +@@ -1,3 +1,4 @@ ++#include + #include + + extern regex_t *a_ip[]; -- cgit v1.2.3