mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 10:20:49 +08:00
fix: partially resolved #507
This commit is contained in:
parent
e120904171
commit
a46a466d24
@ -23,7 +23,7 @@ void MainWindow::MWSetSystemProxy()
|
|||||||
// Not use PAC, System proxy should use HTTP or SOCKS
|
// Not use PAC, System proxy should use HTTP or SOCKS
|
||||||
LOG(MODULE_PROXY, "Setting up system proxy.")
|
LOG(MODULE_PROXY, "Setting up system proxy.")
|
||||||
// A 'proxy host' should be a host WITHOUT `http://` uri scheme
|
// A 'proxy host' should be a host WITHOUT `http://` uri scheme
|
||||||
proxyAddress = "localhost";
|
proxyAddress = "127.0.0.1";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user