>>108573479
They use Systemd sys-extensions and I want to avoid going down that hole if I can. They have Podman installed though and with appropriate permissions that can run VPN software.
For example, I like fucking about Yggdrasil:
https://yggdrasil-network.github.io/
I built a basic container:
FROM archlinux
RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm yggdrasil
ENTRYPOINT ["/usr/bin/yggdrasil"]
Comment too long. Click here to view the full text.