568128bcfe
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)
7 lines
159 B
C
7 lines
159 B
C
--- dbs.h.orig Sun Jul 20 19:16:32 2003
|
|
+++ dbs.h Sun Jul 20 19:16:48 2003
|
|
@@ -1,3 +1,4 @@
|
|
+#include <unistd.h>
|
|
#include <regex.h>
|
|
|
|
extern regex_t *a_ip[];
|