well it 'works' but blocked by cloudflare

This commit is contained in:
bootunloader
2026-01-01 20:00:23 +02:00
parent 9fa4a0c113
commit 4d5bea3dce
9 changed files with 798 additions and 75 deletions

View File

@@ -4,4 +4,4 @@
# This script starts the FastAPI proxy server that bypasses Cloudflare
echo "Starting FastAPI Proxy Server on port 3070..."
uv run python -m fastapi dev --port=3070 main.py
uv run python -m fastapi run --host=0.0.0.0 --port=3070 main.py