2026-05-01 09:12:28 +02:00
|
|
|
{
|
|
|
|
|
"proxy_mode": "Manual proxy configuration",
|
|
|
|
|
"manual.http_proxy.address": "http.proxy.net",
|
|
|
|
|
"manual.http_proxy.port": "3128",
|
|
|
|
|
"manual.use_for_https": false,
|
|
|
|
|
"manual.https_proxy.address": "https.proxy.net",
|
2026-05-04 08:18:14 +02:00
|
|
|
"manual.https_proxy.port": "8080",
|
|
|
|
|
"manual.socks_proxy.address": "socks.proxy.net",
|
|
|
|
|
"manual.socks_proxy.port": "8080",
|
2026-05-01 09:12:28 +02:00
|
|
|
"manual.socks_proxy.version": "v5"
|
|
|
|
|
}
|