mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 02:10:28 +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
|
||||
LOG(MODULE_PROXY, "Setting up system proxy.")
|
||||
// A 'proxy host' should be a host WITHOUT `http://` uri scheme
|
||||
proxyAddress = "localhost";
|
||||
proxyAddress = "127.0.0.1";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user