Changes

Straight to the Solution
push "dhcp-option DOMAIN mylocaldomain.lan"</nowiki>
*Client Mod
**Install the ''resolvconf'' package to give your OpenVPN client the ability to rebuild the ''resolv.conf'' file when you start and stop your VPN connection; backup/remove your existing ''resolv.conf'' file ; and create a [https://en.wikipedia.org/wiki/Symbolic_link symlink] to ''resolvconf's'' ''resolv.conf'' file.
<nowiki>sudo apt install resolvconf
sudo mv /etc/resolv.conf /etc/resolv.conf.orig