Transparently proxy TCP connections ('forward' their data), with a limit on the total number of concurrent connections (maxconn, maxsockets). Might help guard your proxy from overly aggressive programs.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is a TCP proxy that transparently forwards connections to a target host, with a configurable limit on the maximum number of concurrent connections to prevent overloading the target. It's designed for users who need to manage and protect a proxy server from being overwhelmed by aggressive clients, such as in npm's HTTP(S) proxy scenarios.