NAME
ziproxy - a compressing HTTP proxy server
SYNOPSIS
ziproxy [-d|-i] [-c config_file] [-f host_or_range] [-h]
DESCRIPTION
ziproxy is forwarding, non-caching and compressing HTTP proxy server.
Basically it squeezes images by converting them to lower quality JPEGs
and compresses (gzip) HTML and other text-like data.
OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-'). A summary of options is
included below.
-d, --daemon-mode
Used when running in standalone mode.
-i, --inetd-mode
Used when running from inetd or xinetd.
-c, --config-file config_file
Full path to ziproxy.conf file (instead of default one).
-f, --only-from host_or_range
Limit incoming connections only from the specified address(es).
-h, --help
Display summarized help.
SEE ALSO
ziproxylogtool(1)
AUTHOR
ziproxy was written by Juraj Variny and Daniel Mealha Cabrita.
This manual page was written by Marcos Talau <marcostalau@gmail.com>.