ziproxy is forwarding, non-caching, compressing proxy server. ziproxy squeezes images by converting them to low quality jpegs and optionally can also gzip HTML and other text-like data. ziproxy is intended to free bandwidth on dialup connections.
Can be run using inetd, xinetd, or you can use simple replacement "netd" that is part of this package. Former name of this project was mwp_proxy.
Installation:
To see your options, run:
./configure --help
Then run:
./configure
make
make install
Product's homepage
Requirements:
· libungif
· libpng
· libjpeg-6b
· zlib
· libconfuse
· GCC and GNU make
What's New in This Release: [ read full changelog ]
· This version added SASL support for HTTP authentication and fixed nameserver-related code that prevented compilation on certain OS and architecture combinations, such as glibc and GCC on ARM.