v1.12.0
What's Changed
ADDON_PROXY_CONFIG
environment variable to control which requests to addons are proxied.- e.g.
*:false,*.strem.fun:true
would only proxy requests to any subdomains at strem.fun
- e.g.
DETERMINISTIC_ADDON_ID
environment variable which should help with separate installs on some apps that group addon streams by addon IDs for whatever reason- AIOStreams no longer fails requests to an addon when a single debrid service fails, it continues to provide streams from other debrid services.
Important
This update changes the way you have to modify the code for cloudflare workers to work. The guide at #32 has been updated to reflect this.
Full Changelog: v1.11.5...v1.12.0