Tun module in dockerized Microsoft Azure Functions to run openvpn
I want to create a dockerized Azure function that routes all the http traffic through an openvpn tunnel and switches the vpn connection config every X minutes.
However openvpn in the container cannot work dince openvpn cannot create the tun/tap interface, and if i try to load the tun
module, it is not found.