- Minor
I am running an OpenVPN Docker container (ich777/openvpn-client) with network=host and want my unRAID webUI to be accessible via this VPN.
I can add the corresponding interface (tun0) to Network Settings -> Interface Extras -> Include listening interfaces but the webUI doesn't bind to the tunnel IP after a restart. I need to delete and readd the entry to get it to work.
I guess this happens because the VPN container is still starting when the webUI process binds to the ports.