mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-22 16:20:07 +08:00
enable auto_redirect by default
This commit is contained in:
parent
64c5e5b7eb
commit
8f0eed42fd
@ -113,7 +113,7 @@ namespace NekoGui {
|
|||||||
|
|
||||||
// VPN
|
// VPN
|
||||||
bool fake_dns = false;
|
bool fake_dns = false;
|
||||||
bool auto_redirect = false;
|
bool auto_redirect = true;
|
||||||
#ifdef Q_OS_MACOS
|
#ifdef Q_OS_MACOS
|
||||||
QString vpn_implementation = "gvisor";
|
QString vpn_implementation = "gvisor";
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user