limit proxy request size

This commit is contained in:
zefie
2025-07-19 07:09:22 -04:00
parent 8123158a8c
commit 1a8401d015
2 changed files with 12 additions and 3 deletions

View File

@@ -349,7 +349,8 @@
"external_proxy_is_socks": false, // use a socks proxy
"external_proxy_host": "127.0.0.1", // IP address or hostname of proxy
"external_proxy_port": 1080, // Port of proxy
"flags": "0x00000001"
"flags": "0x00000001",
"max_response_size": 16 // Megabytes
},
"https": {
"port": 1650,
@@ -358,7 +359,8 @@
"external_proxy_is_socks": false, // use a socks proxy
"external_proxy_host": "127.0.0.1", // IP address or hostname of proxy
"external_proxy_port": 1080, // Port of proxy
"flags": "0x00000001"
"flags": "0x00000001",
"max_response_size": 16 // Megabytes
},
"proto": {
"port": 1650,
@@ -369,7 +371,8 @@
"external_proxy_host": "wayback.protoweb.org",
"external_proxy_port": 7851,
"external_proxy_is_http1": true,
"flags": "0x00000001"
"flags": "0x00000001",
"max_response_size": 16 // Megabytes
},
"wtv-passport": {
// wtv-passport (for messenger)