mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
added wireguard connection implementation for Linux
This commit is contained in:
@@ -231,7 +231,7 @@ QString Utils::wireguardExecPath()
|
||||
#ifdef Q_OS_WIN
|
||||
return Utils::executable("wireguard/wireguard-service", true);
|
||||
#elif defined Q_OS_LINUX
|
||||
return Utils::usrExecutable("wg");
|
||||
return Utils::usrExecutable("wg-quick");
|
||||
#else
|
||||
return Utils::executable("/wireguard", true);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user