rename rate/ to Foxnouns.RateLimiter/ for consistency

This commit is contained in:
sam 2025-02-24 17:47:37 +01:00
parent d1faf1ddee
commit 6fe816404f
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
8 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Rate limiting proxy
This is a service that's meant to sit between nginx (or another reverse proxy) and Foxnouns.Backend.
To configure, copy `proxy-config.example.json` to your working directory, rename it to `proxy-config.json`,
and change any keys you need to.
Build with `go build -v .` and run with `./rate`