Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of clive-io/cloudflare-middleware

Account's avatar
keverw/range_check
This is a simple module to validate IP address, check ip address version, check if ip is within a range.
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

cchan's profile
cchan
8 contributions
paulmelnikow's profile
paulmelnikow
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
clive-io

clive-io/cloudflare-middleware

Restores request origin ip to `req.ip`. Denies other requests.

JavaScript
3
1
No license

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.