mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +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
|
||||
|
||||
#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));
|
||||
//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user