Does anyone know how to enable the split tunnel feature in the Eddie client on macOS? I’ve heard that newer Macs don’t support this feature. Are there any other workarounds I can use?

I have a media server set up on my MacBook Pro m1. I’m trying to figure out a way to only use the split tunnel feature for Qbittorrent through the Eddie client or OpenVPN/WireGuard. Any suggestions would be greatly appreciated.

  • land@lemmy.mlOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 days ago

    The Docker version you’re using supports VPN? I used VPN+QBit Docker on my old Unraid server. You just put the VPN configuration file in the /config folder, and it worked seamlessly without disrupting any other services.

    I have seen some people mention using a vm as an alternative. I’m not familiar with how it would work.

    I have also tried using OpenVPN and WireGuard with AirVPN; however, Mac versions do not have the split tunnel feature at all.

    • renard_roux@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      Gluetun is running in a container in the same stack as Qbit, and Qbit knows to get its network through Gluetun.

      network mode > service > gluetun or something similar (syntax is def. wrong) in the Compose.

      Gluetun is connected to AirVPN through / with / using (?) WireGuard. I’m actually a bit foggy on the terminology 😅

      • land@lemmy.mlOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        /config is just a folder where you put vpn config files. Would you mind sharing your docker compose file.