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.
trillian
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 22nd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
250W is a lot more than most casual bike riders can maintain for 10 minutes, so it’s quite a lot.
46cm handlebars? Doesn’t this give you shoulder pain on long rides? (For that reason I recently switched from 42 to 36)
trillian@feddit.orgto
Technology@lemmy.world•Large Language Model Performance Doubles Every 7 MonthsEnglish
10·9 months agoAir resistance has cubic not exponential impact


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.interfaceNamespaceyou 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/…