Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 376 Bytes

Tz-Proxy

Tz-Proxy is a reverse proxy specificly for Tezos Nodes written entirely in OCaml.

Features

  • Rate limit on Requests
  • Blocklist for IPs
  • Blocklist for endpoints routes

Setup

Run the nix command:

nix develop -L -c $SHELL

Build the codebase with:

dune build

Run test:

dune build @runtest --force --no-buffer