enable auto_redirect by default

This commit is contained in:
Nova 2025-04-13 02:25:13 +03:30
parent 64c5e5b7eb
commit 8f0eed42fd

View File

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