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.
post
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.
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.
Edit: For completeness, here is a script similar to what I use.
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/…
Could you run Tor and use the discord web browser version?
If all else fails, I'll probably end up doing just that, running discord inside a browser with a VPN extension
https://www.procustodibus.com/blog/2023/04/wireguard-netns-for-specific-apps/
https://volatilesystems.org/wireguard-in-a-separate-linux-network-namespace.html
https://github.com/dadevel/wg-netns
https://www.ismailzai.com/blog/creating-wireguard-jails-with-linux-network-namespace
On NixOS:
https://vtimofeenko.com/posts/wireguard-namespace-flake/
One of these should work
i usually run wireproxy with cloudflare warp (wgcf) for this purpose
zapret might also work
all 16 comments