On Fri, 19 Feb 2021 at 11:54, Chris Green cl@isbd.net wrote:
A short look and it turns out to be *fairly* simple. If you change the symbolic link for /etc/resolv.conf from the default:-
/run/systemd/resolve/stub-resolv.conf
to:
/run/systemd/resolve/resolv.conf
Then searches will bypass the local cached DNS.
Interesting...
If I look at the contents of /run/systemd/resolve/resolv.conf, it has no DNS settings in it, just a comment saying "No DNS servers known". I assume that this is the root of my issues but it gives me somewhere new to go digging.