https://github.com/denuxplays/sudo-proxy
https://github.com/denuxplays/sudo-proxy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/denuxplays/sudo-proxy
- Owner: DenuxPlays
- License: mit
- Created: 2024-05-06T08:00:02.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-05-06T08:01:16.000Z (over 1 year ago)
- Last Synced: 2025-01-29T05:28:05.404Z (11 months ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-proxy
Simple reverse proxy to bypass CORS, used by [movie-web](https://movie-web.app).
Read the docs at https://docs.movie-web.app/proxy/introduction
---
### features:
- Deployable on many platforms - thanks to nitro
- header rewrites - read and write protected headers
- bypass CORS - always allows browser to send requests through it
- secure it with turnstile - prevent bots from using your proxy
> [!WARNING]
> Turnstile integration only works properly with cloudflare workers as platform
### supported platforms:
- cloudflare workers
- AWS lambda
- nodejs
- netlify edge functions