How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Restores request origin ip to `req.ip`. Denies other requests.
The cloudflare-middleware project restores the original client IP address in Express.js applications when used behind Cloudflare's reverse proxy, setting it to `req.origin_ip` and blocking non-Cloudflare requests. It's designed for developers using Express.js who want a more secure alternative to `app.set("trust proxy")` when their applications are deployed behind Cloudflare's CDN. The project has been deprecated in favor of a simpler implementation using the `cloudflare-ip` package.