diff options
Diffstat (limited to 'etc/nsswitch.conf')
-rw-r--r-- | etc/nsswitch.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/nsswitch.conf b/etc/nsswitch.conf index 1ca05d57..3cf5f86b 100644 --- a/etc/nsswitch.conf +++ b/etc/nsswitch.conf @@ -8,7 +8,8 @@ gshadow: files systemd publickey: files -hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns +# https://wiki.archlinux.org/title/Avahi#Hostname_resolution +hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns networks: files protocols: files |