I have a LXC container running Alpine Linux a Docker, I've setup gluetun and it's running without errors.
I have added
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
to my...