I have an OpenVPN config with push "dhcp-option DNS 192.168.1.1"
in the server-side config. On the Omnia, I can see that it has pulled this nameserver into /tmp/resolv.conf.d/:
# cat /tmp/resolv.conf.d/resolv.conf.vpn.bs1tun
nameserver 192.168.1.1
But how do I make the resolver actually make use of this? Neither /tmp/resolv.conf.d/resolv.conf.auto nor /tmp/kresd.config picks up on this - they only show the DNS servers from my WAN’s DHCP server.