Setup my codespace using ```bash sudo apt-get -y update sudo apt-get -y install --no-install-recommends openvpn resolvconf ``` Added to my client.ovpn ``` script-security 2 up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf ``` Confirmed that the script was being called correctly and passed the multiple dhcp-options. Expected my /etc/resolv.conf to be updated with all of the pushed dhcp-options among other things. However, my resolv.conf is not updated correctly with multiple
Setup my codespace using
Added to my client.ovpn
Confirmed that the script was being called correctly and passed the multiple dhcp-options.
Expected my /etc/resolv.conf to be updated with all of the pushed dhcp-options among other things.
However, my resolv.conf is not updated correctly with multiple