On 26/06/2021 14:18, ToddAndMargo via users wrote:
On 6/25/21 5:39 PM, Eyal Lebedinsky wrote:
After a (late May update) I had problems with name resolution and tracked it down to this line on the name server host: hosts: files myhostname resolve [!UNAVAIL=return] dns and this fixed it for me hosts: files myhostname resolve dns
YMMV
Hmmmmmmm.... What does `[!UNAVAIL=return]` do?
It means that if name resolution via systemd-resolved is not unavailable then return the result you have and stop.
So, if it is available but let's say returns "nothing/not-found" then that would be the result returned for the query.
If one could replicate the failure it would be helpful in debugging.