Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 632 Bytes

File metadata and controls

34 lines (22 loc) · 632 Bytes

FastAPI Proxy Server

This is a FastAPI-powered proxy server that doesn't give a damn about your feelings.

Quick Start

# Get this bad boy running
pip install fastapi httpx uvicorn

# Fire it up
python main.py

Environment Variables

ALLOWED_HOSTS=http://localhost:3000,https://ur.domain.com

Usage

# Hit it like this
https://your-server.com?url=https://target-url.com

Warning

This proxy is so permissive it'll forward anything. If you deploy this in prod without proper security, you deserve what's coming to you.

That's it

Now get back to work, you absolute psychopath.