lightweight asynchronous HTTP/HTTPS proxy
Thinproxy is a lightweight, asynchronous HTTP/HTTPS proxy written in C.
It uses non-blocking I/O with poll(2) in a single-threaded event loop,
has zero external dependencies, and compiles from a single source file.

Features include HTTP request forwarding, HTTPS tunneling via CONNECT,
access control lists, per-IP connection limits, SSRF protection by
blocking private addresses, and asynchronous DNS resolution. On OpenBSD
it uses pledge(2) and unveil(2) for additional security.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/renaudallard/thinproxy
