• @barsquid
    link
    English
    26 months ago

    How do you set this up?

    • originalucifer
      link
      fedilink
      36 months ago

      i think docker allows for this configuration. i use a gluetun container for the network definition of the torrent container to prevent leaking. the torrent container knows of no other network than the vpn container.

      • @[email protected]
        link
        fedilink
        English
        16 months ago

        Do you know how to make it so all the host’s traffic is sent through the VPN namespace? I couldn’t figure out how to do this so I ended up just writing my own firewall. Network namespaces seems like a better solution.

          • @[email protected]
            link
            fedilink
            English
            16 months ago

            No worries, and thanks for providing a response nonetheless. I’ll look into your suggestion when I have the time. The official Wireguard website also had some guide on network namespaces here but afaik it didn’t explain how to set it up persistently

      • @barsquid
        link
        English
        16 months ago

        This is so cool, thank you!