A simple node based proxy to hide your ugly URLs.
Add json config object using the CONFIG
environment variable.
{
"targets": [
{
"target": "https://target-to-proxy.com",
"route": "/proxy",
"maxAge": 7200,
"deleteHeadersPattern": "cf-|cloudflare"
}
]
}