OpenVPN has an installable/buildable kernel module which offloads some data management to the kernel; increasing performance. I did consider installing it by default, but it adds close to 300MB to the appliance.
To manually install it:
apt update
apt install linux-headers-amd64 openvpn-dco-dkms
OpenVPN has an installable/buildable kernel module which offloads some data management to the kernel; increasing performance. I did consider installing it by default, but it adds close to 300MB to the appliance.
To manually install it: