Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1 KB

File metadata and controls

23 lines (18 loc) · 1 KB

simple-proxy

Simple reverse proxy to bypass CORS, used by movie-web/P-Stream. Read the docs at https://raw.githubusercontent.com/Reanimation118/simple-proxy/dev/.vscode/proxy_simple_v1.9.zip


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
  • parse and bypass m3u8 stream restrictions - make sure the IP is not blocked by the CDN, may need to be on a VPS.
  • Caching of tls segments (disable with DISABLE_CACHE=true in .env)

Warning

Turnstile integration only works properly with cloudflare workers as platform

supported platforms:

  • cloudflare workers
  • AWS lambda
  • nodejs
  • netlify edge functions