From 11600ef4d7899537fa0b49af11b79f6f09cf5285 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 9 Apr 2022 02:49:52 -0400 Subject: [PATCH] vpnleak protection doesn't work correctly --- common/pia.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/pia.nix b/common/pia.nix index c4c583c..b074f41 100644 --- a/common/pia.nix +++ b/common/pia.nix @@ -88,8 +88,8 @@ disable-occ auth-user-pass /run/agenix/pia-login.conf ''; autoStart = true; - up = "${./vpnfailsafe.sh}"; - down = "${./vpnfailsafe.sh}"; + # up = "${./vpnfailsafe.sh}"; + # down = "${./vpnfailsafe.sh}"; }; }; };