[reForis version 0.9.5]
The OVPN client UI hidden under the checkbox “Override server address” only accepts an IPv4 address. It should be modified to also accept a FQDN (fully qialified domain name). I’m using dynamic DNS (luci-app-ddns) to keep my Turris VPN accessible across IP changes. The current UI forces me to manually edit the client configuration files.
The client configuration file allows to provide domain names in the following format
# The hostname/IP and port of the server.
# You can have multiple remote entries
# to load balance between the servers.
;remote my-server-1 1194
;remote my-server-2 1194
remote 111.222.333.444 1194
See also (which documents that domain names are resolved and re-resolved if needed.):