This commit is contained in:
Shihaam Abdul Rahman 2022-09-24 04:40:34 +05:00
parent 981e4d4f21
commit 9a9b4b3e68
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

13
README.md Normal file
View File

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