I am running a OpenVPN Server on a MT3000 in drop-in gateway mode firmware 4.8.3 op24. Everything works except my Windows clients don’t get the correct DNS Server assigned. When a Windows client connects, “ERR_INVALID_OPTION_DNS: option_error” is seen in the client logs, ‘dhcp-option’ must have exactly 3 arguments”
The “push dhcp-option” configured in /etc/openvpn/ovpn/server.ovpn is ignored
The “push dhcp-option” in /var/ovpnserver/ovpnserver is “push “dhcp-option DNS “ which is indeed missing the 3rd argument.
What is the /var/ovpnserver/openvpnserver file getting this DNS server setting from, and how can I assign it the proper value. Manually editing the file in var doesn’t work because it just resets whenever the OpenVPN server is restarted and the setting never applies


