fix: partially resolved #507

This commit is contained in:
Qv2ray-dev 2020-04-11 21:58:08 +08:00
parent e120904171
commit a46a466d24

View File

@ -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
{