replaced /etc/openvpn/update-resolv-conf with the content above, file name left unchanged and proceeded as below.
No success.
BR, Aldo
%%%%%%%
Replace content of /etc/openvpn/update-resolv-conf with update-resolv-conf.sh content
Add to /etc/openvpn/evpn_myproxy.conf
script-security 2
up /etc/openvpn/update-resolv-conf.sh
down /etc/openvpn/update-resolv-conf.sh
down-pre
Issue:systemctl stop openvpn
$ curl ifconfig.me; echo
84.155.221.241systemctl enable openvpn@evpn_myproxy
$ curl ifconfig.me; echo
84.155.221.241
%%%%%%%