From 72d3b96704d97104a9dd055f7346e061d35ce551 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 23 Dec 2024 21:26:28 +0330 Subject: [PATCH] revert windows proxy to http --- 3rdparty/qv2ray/v2/proxy/QvProxyConfigurator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/qv2ray/v2/proxy/QvProxyConfigurator.cpp b/3rdparty/qv2ray/v2/proxy/QvProxyConfigurator.cpp index b65ab17..c8bfb74 100644 --- a/3rdparty/qv2ray/v2/proxy/QvProxyConfigurator.cpp +++ b/3rdparty/qv2ray/v2/proxy/QvProxyConfigurator.cpp @@ -253,7 +253,7 @@ namespace Qv2ray::components::proxy { #endif #ifdef Q_OS_WIN - QString str = "socks={ip}:{socks_port}"; + QString str = "http://{ip}:{socks_port}"; str = str.replace("{ip}", address) .replace("{socks_port}", Int2String(socksPort)); //