diff options
| author | David Lönnhager <david.l@mullvad.net> | 2026-03-31 16:53:47 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2026-03-31 16:53:47 +0200 |
| commit | cecde807c4733211735d4643e24d503c3f1bdbcd (patch) | |
| tree | 0f086e286452eb043b4c1bee9bd391dae70b419b | |
| parent | d45cf7b0540556bb7083297fba2e558d78de3c27 (diff) | |
| download | mullvadvpn-test-win-gotatun.tar.xz mullvadvpn-test-win-gotatun.zip | |
TEST: Force GotaTun alwaystest-win-gotatun-buildtest-win-gotatun
| -rw-r--r-- | talpid-wireguard/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-wireguard/src/lib.rs b/talpid-wireguard/src/lib.rs index f90f4439cb..6e9ca2fa28 100644 --- a/talpid-wireguard/src/lib.rs +++ b/talpid-wireguard/src/lib.rs @@ -145,6 +145,7 @@ pub struct WireguardMonitor { #[cfg(not(target_os = "android"))] /// Overrides the preference for the kernel module for WireGuard. static FORCE_USERSPACE_WIREGUARD: LazyLock<bool> = LazyLock::new(|| { + return true; env::var("TALPID_FORCE_USERSPACE_WIREGUARD") .map(|v| v != "0") .unwrap_or(false) |
