From 5d2944928f86c14158758e093acf057debe94d4e Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sat, 16 Dec 2023 10:23:47 +0300 Subject: [PATCH] Add note about rate limiter Signed-off-by: Ivan Bushchik --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45a900e..3fbdea7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ cargo install --git https://github.com/ivabus/binhost List options with `--help` +Make sure to use proxy with rate limiter in prod. + #### Directory structure Directory, passed to `binhost` `--dir` option (defaults to `./bin`) should look like (for `hello` binary)