What is the issue with using a line like this in your client OpenVPN config?remote <my.dynamic.dns.name> <port> <protocol>In other words, why would you use the IP address when your server can be resolved in DNS?If you add these directives, the client will retry the connection when it drops:persist-tunpersist-keyIf you have some spare time, have a look at the man page: https://community.openvpn.net/openvpn/wiki/Openvpn24ManPageBart...