Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
325 B
Text
8 lines
325 B
Text
Microproxy is a very small Unix-based HTTP/HTTPS proxy. It runs from inetd,
|
|
which means its performance is poor. But for low-traffic sites, it's quite
|
|
adequate.
|
|
|
|
It implements all the basic features of an HTTP/HTTPS proxy, including IPv6
|
|
forwarding, in only 320 lines of code.
|
|
|
|
WWW: http://www.acme.com/software/micro_proxy/
|