How did you go with the VPN? I will be looking at that next. I’m using Proton VPN which has an rpm package, but if that doesn’t work I can fallback to manually setting up the WireGuard config.
Are you accessing that through the browser? It might just be bridging the networking in that case.
The executable that I would be running is cargo
(the rust build tool) but I want that inside of a container.
I could cargo build
inside the container and then execute the output binary on the host but then I lose things like hot-reload.
I’m running uBlue’s AuroraOS. Have been very happy with it so far.