Simple proxy for a cloudflare worker
Find a file
2025-05-21 17:26:12 -06:00
.github/workflows Update workflows 2024-05-02 15:13:54 -04:00
.vscode
src re add comments 2025-05-21 17:26:12 -06:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.js
.gitignore add netlify support 2024-01-08 21:28:22 +01:00
.prettierrc.js
Dockerfile
LICENSE
netlify.toml Fix Netlify build 2024-12-31 12:54:43 -07:00
nitro.config.ts remove noPublicDir 2025-04-27 11:18:06 -06:00
package.json bump version 2025-05-15 15:50:21 -06:00
pnpm-lock.yaml update packages 2025-04-20 03:30:54 +00:00
README.md Update README.md 2025-05-15 17:15:03 -06:00
tsconfig.json
wrangler.toml Update wrangler.toml 2024-05-30 13:21:45 -04:00

simple-proxy

Simple reverse proxy to bypass CORS, used by movie-web/P-Stream. Read the docs at https://docs.pstream.org/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
  • parse and bypass m3u8 stream restrictions - make sure the IP is not blocked by the CDN, may need to be on a VPS.

Warning

Turnstile integration only works properly with cloudflare workers as platform

supported platforms:

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