mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-04-26 04:25:47 +00:00
14 lines
197 B
Markdown
14 lines
197 B
Markdown
## 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
|
|
```
|