mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
ux: automatically set system proxy
This commit is contained in:
parent
2f7fbe3ddc
commit
6e4d588eb2
@ -89,7 +89,7 @@ namespace Qv2ray::base::config
|
|||||||
objects::AccountObject httpAccount;
|
objects::AccountObject httpAccount;
|
||||||
|
|
||||||
Qv2rayInboundsConfig()
|
Qv2rayInboundsConfig()
|
||||||
: listenip("127.0.0.1"), setSystemProxy(false), pacConfig(), useSocks(true), socks_port(1088), socks_useAuth(false), socksUDP(true),
|
: listenip("127.0.0.1"), setSystemProxy(true), pacConfig(), useSocks(true), socks_port(1088), socks_useAuth(false), socksUDP(true),
|
||||||
socksLocalIP("127.0.0.1"), socksAccount(), useHTTP(true), http_port(8888), http_useAuth(false), httpAccount()
|
socksLocalIP("127.0.0.1"), socksAccount(), useHTTP(true), http_port(8888), http_useAuth(false), httpAccount()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user