An example of dns update after putting:
up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf
in the openvpn .config file:
Wed Dec 11 15:04:25 2019 /etc/openvpn/update-resolv-conf tun0 1500 1558 10.172.67.194 255.255.192.0 init
update-resolv-conf uses:
[ -x /sbin/resolvconf ] || exit 0
so I guess it needs a systemd-resolved.service integration instead.
An example of dns update after putting:
up /etc/openvpn/ update- resolv- conf update- resolv- conf
down /etc/openvpn/
in the openvpn .config file:
Wed Dec 11 15:04:25 2019 /etc/openvpn/ update- resolv- conf tun0 1500 1558 10.172.67.194 255.255.192.0 init
update-resolv-conf uses:
[ -x /sbin/resolvconf ] || exit 0
so I guess it needs a systemd- resolved. service integration instead.