A simple reverse proxy server built for Cloudflare Workers. It forwards incoming requests to a configured backend service while managing headers.
The project is structured into two main directories:
srccontains the source code of the worker.libcontains constants, helpers and types.
Add enviroment variables that are defined in .vars.example, defining them in .dev.vars is recomended for local use.
PROXY_URLtarget proxy url