Internal DNS resolution without domain - only hostname

Hello, is it possible to make a resolution for only hostname without any domain?
My computer cannot resolve the hostname only at all. See screenshot.


my browser also cannot resolve the hostname.
Thanks!

Your nslookup returning the expected replies indicates that your issue isn't with DNS.

ping's name resolution is not limited to DNS, i.e. it uses other methods as well (making it ill-suited to analyze DNS issues).

Some implementations of ping may fail to try DNS resolution specifically for hostnames, but most can be coerced into using it by appending a dot to the name.

Thanks for your reply! And what is with SMB on Windows?
It also doesnt work with that.

If I type \nas1.home\ in my explorer, i can access my NAS System.
With \nas1\ it cannot resolve the hostname

best regards