Description
===========

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 chroot(2) to some directory.  Logging to
syslogd(8) is supported, as is using another auxiliary proxy server.
IPv6 is fully supported and allows IPv6 HTTP over IPv4 tunneling (and
vice versa).

Website:  http://faith.eu.org/programs.html

Compilation
===========

  * Edit Makefile and sys-dep.sh to fit your needs.
    If you're using OpenBSD, FreeBSD, Linux, or Solaris8,
    you normally don't have to change anything.
 
  * After making your changes, compile ffproxy with make.
    (see file `BUGS' if ffproxy won't compile or crashes)

Installation
============

 * Execute make install
   This will copy ffproxy to ${PREFIX}/bin
   and manpages to ${PREFIX}/man/man[578]

 * Copy directories db/ and html/ to some other directory,
   like /var/ffproxy.  See ffproxy.quick(7) for example
   installation.

Documentation
=============
 
  Documentation was moved to manual pages
 
     * ffproxy.quick(7) - quick introduction to setting up ffproxy
     * ffproxy(8) - command line options; db/ and html/ description
     * ffproxy.conf(5) - description of configuration files
