I'm looking at a problem with my VPN add-on that sees the DNS not get updated to the VPN provider DNS servers on connection.
I *think* that the openvpn team have basically decided that it's not their job to do it, so there's a script to go run on connection which appears use systemd-resolved to force the update to happen. I'm far from an expert on Linux and systemd, but it looks like systemd-resolved is not included with the standard LE build (I'm using the RPi one) so the script basically fails.
Am I right? Is there a reason why this was excluded? Is there an alternative way (short of rolling my own build which is a rat hole I don't want to go down just now).
Thanks for any shoves in any direction, I'm totally at a loss.