Discord got banned where I live. I’m trying to find a way to route Discord to a specific proxy, or in other words warpring it around a VPN. I do not want to run a VPN system wide as this will significantly decrease internet speed, and also could affect connectivity in many games. Anyone has an effective way to do this? I’m running Bazzite on my system, and I use Vesktop as the Discord client, which is a flatpak. Any help is appreciated

  • wth@sh.itjust.works
    link
    fedilink
    arrow-up
    9
    ·
    11 months ago

    Some VPNs allow you to select apps that are affected or not (proton does). That might allow you to route discord only via a chosen country.

    • joseplinux@lemmy.zipOP
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      If all else fails, I’ll probably end up doing just that, running discord inside a browser with a VPN extension

  • trillian@feddit.org
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    Did you look into network namespaces? With these you should be able to dedicate a namespace for the VPN adapter and then move discord into it, at least with wireguard it works flawlessly.

    • WIPocket@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      Do you have any tool to help with that? Ive set this up in the past, but it was pretty hands-on namespacing to get it to work rootless.

      • trillian@feddit.org
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        I am not sure if this is helpful but I just created a systemd unit that sets up the network namespace in the background. Then, as I use nixos, I add the wireguard VPN to nix and with networking.wireguard.interface.name.interfaceNamespace you can then move it into the container. For running applications I cannot really comment because I have only one service making use of the VPN which runs inside a NixOS container for which the namespace can be configured with --network-namespace-path=/run/netns/…

  • thetaT [none/use name]@hexbear.net
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    you can use nftables or ip route to route discord’s IP addresses through a different interface like a VPN, alternatively you could launch discord with proxychains, there’s many ways to do it