deleting this

  • @[email protected]
    link
    fedilink
    88 months ago

    Also, if you have a limited RAM smartphone and your VPN is operating in userspace, then all it takes is for one really large image to grace your smartphone screen for your OS to go into out-of-memory kill mode. What’s it going to kill? The foreground app you’re trying to use, or the background VPN app.

    In my experience, the VPN goes down before the browser does. Mounting a swap on your phone is not the worse solution against this, but the UI starts to get really unresponsive.

    • masterofn001
      link
      fedilink
      14
      edit-2
      8 months ago

      In settings on my android, non root.

      Always on VPN. Block unless active

      • @[email protected]
        link
        fedilink
        4
        edit-2
        8 months ago

        If you are who I think you are, we’ve probably had this discussion before. Even with an always on VPN, if the system runs out of memory it will kill the VPN first before the browser. In a perfect world the traffic would still be routed into a dead tunnel. From what I’ve seen, once the VPN is killed, the tunnel device is gone and the default route snaps back to wlan

        • masterofn001
          link
          fedilink
          7
          edit-2
          8 months ago

          I am not. And I’ve never had this discussion.

          Always on vs the additional option of blocking internet until the VPN connects.

          The second option is more system level?

          Using shizuku (rish) in termux I checked the active links with VPN on and then force stopped / killed the VPN in terminal and checked again. The VPN tunnel disappeared but the dummy kill switch tunnels remained. I could not access any network connection.

          *The routing table also maintains the dummy kill switch

          • @[email protected]
            link
            fedilink
            38 months ago

            (oh sorry, but) I’ve heard this argument before. All I can say is that in my experience, when the system is out of memory, it kills some process (e.g. the UI) which upon restarting resets the networking

            • masterofn001
              link
              fedilink
              7
              edit-2
              8 months ago

              You’ll be happy to know I just force killed :

              Android system
              Google services framework
              Network
              System UI
              System WiFi Resources
              Wi-Fi
              Settings
              System connectivity resources
              Secure UI service

              The results are the same

              VPN kill switch prevents network access.

              *later, when I’m connected to a PC, I’ll try killing/restarting userspace, shell, and user to see if I can get the kill switch to fail. (If I try those now it may kill shizuku which relies on shell - not sure.)

              I’ll also see if I can’t force lmk to kill all the memory.

              In cmd settings list secure these may be some part of what keeps the system from allowing a connection.

              always_on_vpn_lockdown=1 always_on_vpn_lockdown_whitelist=

    • @[email protected]
      link
      fedilink
      18 months ago

      I’m using Mullvad on a cheap T-Mobile phone and it never shuts down my VPN app, no matter what else is running.

      The only time it goes down is if it powers down completely. Then I have to start it manually after the phone powers on.

    • @[email protected]
      link
      fedilink
      58 months ago

      Yet another argument for root. Then you can exclude the VPN app from OOM. Or even move it into /system.

      I understand why this isn’t done (moving such apps to system), since mobile uses immutable OS concept. But we still need a way to manage such apps appropriately.