feat: erzwinge festen Proxy für API-Anfragen

This commit is contained in:
Sucukdeluxe
2026-08-31 13:20:03 +02:00
parent 17ac99d373
commit a562f9162a
23 changed files with 530 additions and 64 deletions
+14 -4
View File
@@ -8,11 +8,12 @@
"name": "multi-debrid-downloader",
"version": "2.0.74",
"license": "MIT",
"dependencies": {
"adm-zip": "0.6.0",
"https-proxy-agent": "7.0.6",
"react": "^18.3.1",
"dependencies": {
"adm-zip": "0.6.0",
"https-proxy-agent": "7.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"undici": "6.28.0",
"uuid": "11.1.1"
},
"devDependencies": {
@@ -7727,6 +7728,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/undici": {
"version": "6.28.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz",
"integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==",
"license": "MIT",
"engines": {
"node": ">=18.17"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",