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 +```