From 9a9b4b3e682c01b1476e7fca864be002e2357187 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Sat, 24 Sep 2022 04:40:34 +0500 Subject: [PATCH] readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99429be --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## BML API Proxy + +BML API Proxy to bypass cloudflare anti-bot. +# Run with docker +First run it will compile and run. +```bash +docker compose up -d +``` + +# Test locally +```bash +curl localhost:3030 +```