Expose Python HTTP Server
Share your Python dev server (Flask, Django, FastAPI, or http.server) publicly.
Quick Python Server
For quick file sharing: python3 -m http.server 8000.
For APIs: Flask (5000), Django (8000), FastAPI/Uvicorn (8000).
Setup
Start your Python server.
Run the PanicTunnl command with the appropriate port.
Your API or file server is now publicly accessible over HTTPS.
// CONFIG_INIT [EXPOSE PYTHON HTTP SERVER]free.skytunnel.dev
ssh -p 2222 -R 0:localhost:8000 free@free.skytunnel.devPaste this into your terminal to start tunneling.
FAQ
Yes. /docs and /redoc are accessible through the tunnel.