mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
revert windows proxy to http
This commit is contained in:
parent
a5910e6531
commit
72d3b96704
@ -253,7 +253,7 @@ namespace Qv2ray::components::proxy {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
QString str = "socks={ip}:{socks_port}";
|
QString str = "http://{ip}:{socks_port}";
|
||||||
str = str.replace("{ip}", address)
|
str = str.replace("{ip}", address)
|
||||||
.replace("{socks_port}", Int2String(socksPort));
|
.replace("{socks_port}", Int2String(socksPort));
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user