revert windows proxy to http

This commit is contained in:
Nova 2024-12-23 21:26:28 +03:30
parent a5910e6531
commit 72d3b96704
No known key found for this signature in database
GPG Key ID: 389787EC83F5D73A

View File

@ -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));
//